private Method

Resources.add_conditions_for(conditions, method)

There's no documentation for this item.

Source Code

# File action_controller/resources.rb, line 514
def add_conditions_for(conditions, method)
  returning({:conditions => conditions.dup}) do |options|
    options[:conditions][:method] = method unless method == :any
  end
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.