# File lib/mongo_mapper/plugins/associations/many_embedded_polymorphic_proxy.rb, line 15
        def find_target
          (@_values || []).map do |hash|
            child = polymorphic_class(hash).load(hash, true)
            assign_references(child)
            child
          end
        end