# File lib/mongoid/relations/referenced/many.rb, line 136 def delete(document) target.delete(document) do |doc| if doc unbind_one(doc) cascade!(doc) end end end