Module: Cacheable::ClassMethods
- Defined in:
- lib/cacheable.rb
Instance Method Summary collapse
Instance Method Details
#model_cache(&block) ⇒ Object
34 35 36 |
# File 'lib/cacheable.rb', line 34 def model_cache(&block) instance_exec &block end |