Module: WillingStone::AttributeCache

Extended by:
ActiveSupport::Concern
Defined in:
lib/willing_stone/attribute_cache.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#reloadObject

for ActiveRecord



44
45
46
47
# File 'lib/willing_stone/attribute_cache.rb', line 44

def reload
  @attribute_cache = {}
  super
end