# File lib/mongo_mapper/plugins/associations/many_documents_proxy.rb, line 104
        def prepare(doc)
          klass === doc ? apply_scope(doc) : build(doc)
        end