# File lib/mongo_mapper/plugins/associations/many_documents_proxy.rb, line 70 def nullify all.each { |doc| doc.update_attributes(self.foreign_key => nil) } reset end