method

conditions_for

Importance_0
v1.2.4 - Show latest stable - 0 notes - Class: ActionController::Resources
conditions_for(method) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/resources.rb, line 471
      def conditions_for(method)
        { :conditions => method == :any ? {} : { :method => method } }
      end
Register or log in to add new notes.