Skip to Content Skip to Search

module ActionText::Attachments::Caching

Public instance methods

cache_key(*args)

Permalink
Source code GitHub
# 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

Definition files