method

conditions_for

Importance_0
Ruby on Rails latest stable (v2.1.0) - 0 notes - Class: ActionController::Resources

Method deprecated

This method is deprecated on the latest stable version of Rails. The last existing version (v1.2.6) is shown here.

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.