Module: ActiveCachedResource::Model::ClassMethods
- Defined in:
- lib/active_cached_resource/model.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#inherited(child) ⇒ Object
49 50 51 52 |
# File 'lib/active_cached_resource/model.rb', line 49 def inherited(child) child.cached_resource = cached_resource if defined?(@cached_resource) super end |