Parent

Methods

Class/Module Index [+]

Quicksearch

Mongoid::Relations::Cascading::Delete

Public Instance Methods

cascade() click to toggle source

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.