-
Type: Improvement
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Docs
In Getting Started (Rails), we demonstrate how to build a standard blog post application. In the section on adding comments, we instruct the user to open comment.rb and change embedded_in to belongs_to. With the latest version of Rails or Mongoid (not sure which changed the generator), it is already a belongs_to assocation.
- is caused by
-
MONGOID-4885 Use belongs_to instead of embedded_in in model generator
- Closed