# File lib/mongoid/relations/embedded/many.rb, line 108
        def create(attributes = {}, options = {}, type = nil, &block)
          build(attributes, options, type, &block).tap { |doc| doc.save }
        end