Flowdock
method

path_options_for

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Caching::Actions::ActionCacheFilter
path_options_for(controller, options) 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/caching/actions.rb, line 119
          def path_options_for(controller, options)
            ((path_options = options[:cache_path]).respond_to?(:call) ? path_options.call(controller) : path_options) || {}
          end
Register or log in to add new notes.