lib/mongoid/relations/builder.rb in mongoid-3.0.0.rc vs lib/mongoid/relations/builder.rb in mongoid-3.0.0

- old
+ new

@@ -15,10 +15,10 @@ # @example Create the builder. # Builder.new(metadata, { :field => "value }) # # @param [ Document ] base The base document. # @param [ Metdata ] metadata The metadata for the relation. - # @param [ Hash, BSON::ObjectId ] object The attributes to build from or + # @param [ Hash, Moped::BSON::ObjectId ] object The attributes to build from or # id to query with. # # @since 2.0.0.rc.1 def initialize(base, metadata, object) @base, @metadata, @object = base, metadata, object