module Mongoid::Extensions::ObjectId
Public Instance Methods
Source
# File lib/mongoid/extensions/object_id.rb, line 16 def __evolve_object_id__ self end
Evolve the object id.
@example Evolve the object id.
object_id.__evolve_object_id__
@return [ BSON::ObjectId
] self.
@since 3.0.0
Also aliased as: __mongoize_object_id__