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