- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
根据ActiveJobs guide ,第 8 节,它说:
This works with any class that mixes in GlobalID::Identification, which by default has been mixed into Active Model classes.
Mongoid::Document
混合 ActiveModel::Model
, 但我找不到 GlobalID::Identification
在它的 included_modules 中。
GlobalID::Identification
在哪里定义?
我可以有效地使用任何 Mongoid::Document
吗?为我的 ActiveJobs?
最佳答案
指南中有错误。 GlobalID::Identification
已混合在 ActiveRecord
中。如果您将 GlobalID::Identification
混合到您的 mongoid 文档中,它将自动工作,因为 GID 需要实例响应 id
(返回 uniq 标识符)和类响应find
(传递 id
将返回一条记录)。
关于ruby-on-rails - Mongoid::Document 是 GlobalID::ActiveJobs 的标识吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27820934/
你好, 我在 OpenCL 中编码。 我正在转换具有从 i=1 和 j=1 .PFB 开始的二维数组的“C 函数”。 cv::Mat input; //Input :having some data
根据ActiveJobs guide ,第 8 节,它说: This works with any class that mixes in GlobalID::Identification, whic
我是一名优秀的程序员,十分优秀!