Module: AttrJson::Associations::Record

Extended by:
ActiveSupport::Concern
Defined in:
lib/attr_json/associations/record.rb

Instance Method Summary collapse

Instance Method Details

#reloadObject



7
8
9
10
# File 'lib/attr_json/associations/record.rb', line 7

def reload(...)
  @attr_json_associations_cache = {}
  super
end