Module: CacheUtils::Model::ClassMethods
- Defined in:
- lib/cache_utils/model.rb
Instance Method Summary collapse
Instance Method Details
#cache_key ⇒ Object
6 7 8 |
# File 'lib/cache_utils/model.rb', line 6 def cache_key to_s.underscore.pluralize + '/index' end |