Flowdock
method

path_for

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionController::Caching::Actions::ActionCachePath
path_for(controller, options) public

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/caching.rb, line 233
          def path_for(controller, options)
            new(controller, options).path
          end
Register or log in to add new notes.