跳至內文 跳至搜尋
方法
C

實例公開方法

cache_key(*args)

# 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