method
normalize!
v2.3.8 -
Show latest stable
- Class:
ActionController::Caching::Actions::ActionCachePath
normalize!(path)private
No documentation available.
# File actionpack/lib/action_controller/caching/actions.rb, line 161
def normalize!(path)
path << 'index' if path[-1] == ?/
end