Module: AttrJson::Associations::Record

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

Instance Method Summary collapse

Instance Method Details

#reloadObject



13
14
15
16
# File 'lib/attr_json/associations/record.rb', line 13

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