Module: Mongoid::Association::Referenced::Syncable::ClassMethods
- Defined in:
- build/mongoid-master/lib/mongoid/association/referenced/syncable.rb
Instance Method Summary collapse
-
#_synced(association) ⇒ Object
Set up the syncing of many to many foreign keys.
Instance Method Details
#_synced(association) ⇒ Object
Set up the syncing of many to many foreign keys.
103 104 105 106 107 108 |
# File 'build/mongoid-master/lib/mongoid/association/referenced/syncable.rb', line 103 def _synced(association) unless association.forced_nil_inverse? synced_save(association) synced_destroy(association) end end |