Skip to content

Instantly share code, notes, and snippets.

@liwh
Created April 3, 2011 04:17
Show Gist options
  • Save liwh/900175 to your computer and use it in GitHub Desktop.
Save liwh/900175 to your computer and use it in GitHub Desktop.
这里记录mongo class的常见错误
class Aa
include Mongoid::Document
embedded_in :Bb,:inverse_of => Aas
end
这是,我们不能直接调用Aa.first了,会报Exception: Mongoid::Errors::InvalidCollection,因为,我们不能直接调用一个embedded document的
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment