模块:Mongoid::Extensions::ObjectId

定义于:
lib/mongoid/extensions/object_id.rb

Overview

向BSON::ObjectId 添加类型转换行为。

在命名空间下定义

模块: 类方法

实例方法摘要折叠

实例方法详细信息

# __evolve_object_id__BSON::ObjectId也称为: __mongoize_object_id__

演进对象 ID。

例子:

演进对象 ID。

object_id.__evolve_object_id__

返回:

  • ( BSON::ObjectId )

    self。



16
17
18
# File 'lib/mongoid/extensions/object_id.rb', line 16

def __evolve_object_id__
  self
end