Strategy
Execute the cascading deletion for the relation if it already exists. This should be optimized in the future potentially not to load all objects from the db.
@example Perform the cascading delete.
strategy.cascade
# File lib/mongoid/relations/cascading/delete.rb, line 12 def cascade relation.to_a.each { |doc| doc.delete } if relation end
Generated with the Darkfish Rdoc Generator 2.