Method: Components::Caching.included
- Defined in:
- lib/components/caching.rb
.included(base) ⇒ Object
:nodoc:
82 83 84 85 86 |
# File 'lib/components/caching.rb', line 82 def self.included(base) #:nodoc: base.class_eval do extend ClassMethods end end |