模块:Mongoid::Extensions::ObjectId
- 定义于:
- lib/mongoid/extensions/object_id.rb
Overview
向BSON::ObjectId 添加类型转换行为。
在命名空间下定义
模块: 类方法
实例方法摘要折叠
-
# __evolve_object_id__ ⇒ BSON::ObjectId (也:#__mongoize_object_id__)
演进对象 ID。
实例方法详细信息
# __evolve_object_id__ ⇒ BSON::ObjectId也称为: __mongoize_object_id__
演进对象 ID。
16 17 18 |
# File 'lib/mongoid/extensions/object_id.rb', line 16 def __evolve_object_id__ self end |