# File lib/mongoid/relations/embedded/many.rb, line 186 def destroy_all(conditions = {}) atomically(:$pull) { remove_all(conditions, :destroy) } end