instance method
page_cache_path
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v3.2.22.5 PrivateSignature
page_cache_path(path)
No documentation comment.
Parameters
-
pathreq
Source
# File actionpack/lib/action_controller/caching/pages.rb, line 107
def page_cache_path(path)
page_cache_directory + page_cache_file(path)
end
Defined in actionpack/lib/action_controller/caching/pages.rb line 107
· View on GitHub
· Improve this page
· Find usages on GitHub