method
conditions_for
conditions_for(method)
private
Hide source
# File actionpack/lib/action_controller/resources.rb, line 471 def conditions_for(method) { :conditions => method == :any ? {} : { :method => method } } end

