跳到内容 跳到搜索
方法
C

实例公共方法

cache_key(*args)

# 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