Flowdock
method

new

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ActionController::Caching::Actions::ActionCacheFilter
new(options, &block) 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/actions.rb, line 129
        def initialize(options, &block)
          @cache_path, @store_options, @cache_layout =
            options.values_at(:cache_path, :store_options, :layout)
        end
Register or log in to add new notes.