instance method
cache_key
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
cache_key(*args)
No documentation comment.
Parameters
-
argsrest
Source
# File actiontext/lib/action_text/attachments/caching.rb, line 6
def cache_key(*args)
[self.class.name, cache_digest, *attachable.cache_key(*args)].join("/")
end
Defined in actiontext/lib/action_text/attachments/caching.rb line 6
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachments::Caching