Module: Kaching::ModelAdditions::InstanceMethods
- Defined in:
- lib/kaching/model_additions.rb
Instance Method Summary collapse
Instance Method Details
#kaching_key(attribute, type) ⇒ Object
46 47 48 |
# File 'lib/kaching/model_additions.rb', line 46 def kaching_key(attribute, type) "Kaching::#{type}::#{self.class.name.underscore.singularize}::#{self.id}::#{attribute}" end |