Mongo Mapper rails查询join(或attr_accessor)父子对象

时间:2015-07-10 16:00:23

标签: ruby-on-rails ruby mongodb

我有两个模型,例如:

father
 key Name, String
 many :childrens



children
 key type, String
 belongs_to :father

我想查询所有拥有特定类型子女的父亲,例如type ==“home”

执行此类任务的效率更高(我使用的是mongo mapper)?

我想在父集合上使用查询而不是select函数。

0 个答案:

没有答案