Flowdock
method

normalize!

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Caching::Actions::ActionCachePath
normalize!(path) 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 161
          def normalize!(path)
            path << 'index' if path[-1] == ?/
          end
Register or log in to add new notes.