方法
实例公共方法
cache_key(*args) 链接
来源: 显示 | 在 GitHub 上
# 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