Class Mongoid::Relations::Cascading::Nullify
In: lib/mongoid/relations/cascading/nullify.rb
Parent: Strategy

Methods

cascade  

Public Instance methods

This cascade does not delete the referenced relations, but instead sets the foreign key values to nil.

@example Nullify the reference.

  strategy.cascade

[Validate]