Module: Mongoid::Extensions::ObjectId
- Defined in:
- lib/mongoid/extensions/object_id.rb
Overview
Adds type-casting behavior to BSON::ObjectId.
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#__evolve_object_id__ ⇒ BSON::ObjectId
(also: #__mongoize_object_id__)
Evolve the object id.
Instance Method Details
#__evolve_object_id__ ⇒ BSON::ObjectId Also known as: __mongoize_object_id__
Evolve the object id.
16 17 18 |
# File 'lib/mongoid/extensions/object_id.rb', line 16 def __evolve_object_id__ self end |