Module: Mongoid::Relations::Synchronization::ClassMethods
- Defined in:
- lib/mongoid/relations/synchronization.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#synced(metadata) ⇒ Object
Set up the syncing of many to many foreign keys.
Instance Method Details
#synced(metadata) ⇒ Object
Set up the syncing of many to many foreign keys.
95 96 97 98 99 100 |
# File 'lib/mongoid/relations/synchronization.rb', line 95 def synced() unless .forced_nil_inverse? synced_save() synced_destroy() end end |