# File lib/mongoid/relations/bindings/embedded/many.rb, line 26
          def bind
            target.each { |doc| bind_one(doc) }
          end