method
fragment_cache_key
v1.1.6 -
Show latest stable
- Class:
ActionController::Caching::Fragments
fragment_cache_key(name)public
No documentation available.
# File actionpack/lib/action_controller/caching.rb, line 268
def fragment_cache_key(name)
name.is_a?(Hash) ? url_for(name).split("://").last : name
end