protected Method

ClassMethods.extract_conditions(*filters, &block)

There's no documentation for this item.

Source Code

# File action_controller/filters.rb, line 604
def extract_conditions(*filters, &block) #:nodoc:
  filters.flatten!
  conditions = filters.extract_options!
  filters << block if block_given?
  return filters, conditions
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.