module ActionText::Attachments::Caching
Public Instance Methods
# File actiontext/lib/action_text/attachments/caching.rb, line 8 def cache_key(*args) [self.class.name, cache_digest, *attachable.cache_key(*args)].join("/") end
# File actiontext/lib/action_text/attachments/caching.rb, line 8 def cache_key(*args) [self.class.name, cache_digest, *attachable.cache_key(*args)].join("/") end