Flowdock
method

new

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::Caching::Actions::ActionCachePath
new(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 275
        def initialize(controller, options = {})
          @extension = extract_extension(controller.request.path)
          path = controller.url_for(options).split('://').last
          normalize!(path)
          add_extension!(path, @extension)
          @path = URI.unescape(path)
        end
Register or log in to add new notes.