instance method
page_cache_path
Ruby on Rails 2.3.18
Last seen in v3.2.22.5 Private — implementation detail, not part of the public APISignature
page_cache_path(path)
No documentation comment.
Parameters
-
pathreq
Source
# File actionpack/lib/action_controller/caching/pages.rb, line 105
def page_cache_path(path)
page_cache_directory + page_cache_file(path)
end
Defined in actionpack/lib/action_controller/caching/pages.rb line 105
· View on GitHub
· Improve this page
· Find usages on GitHub