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