Class: Minimapper::Mapper::HasManyAssociation

Inherits:
Object
  • Object
show all
Defined in:
lib/minimapper/mapper/has_many_association.rb

Instance Method Summary collapse

Instance Method Details

#persist_changesObject



13
14
15
16
# File 'lib/minimapper/mapper/has_many_association.rb', line 13

def persist_changes
  remove_deleted
  create_or_update
end