Module: WillingStone::AttributeCache
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/willing_stone/attribute_cache.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#reload ⇒ Object
for ActiveRecord.
Instance Method Details
#reload ⇒ Object
for ActiveRecord
44 45 46 47 |
# File 'lib/willing_stone/attribute_cache.rb', line 44 def reload @attribute_cache = {} super end |