# File lib/mongo_mapper/plugins/associations/many_documents_proxy.rb, line 60
        def destroy_all(options={})
          all(options).each { |doc| doc.destroy }
          reset
        end