instance method
normalize!
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v3.2.22.5 PrivateSignature
normalize!(path)
No documentation comment.
Parameters
-
pathreq
Source
# File actionpack/lib/action_controller/caching/actions.rb, line 161
def normalize!(path)
path << 'index' if path[-1] == ?/
end
Defined in actionpack/lib/action_controller/caching/actions.rb line 161
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Caching::Actions::ActionCachePath