Class: BSON::ObjectID
Instance Method Summary collapse
-
#to_oid ⇒ Object
Convert this object to an ObjectID.
Instance Method Details
#to_oid ⇒ Object
Convert this object to an ObjectID.
77 78 79 |
# File 'lib/mongo_record/core_ext.rb', line 77 def to_oid self end |