machinist_mongo
machinist_mongo copied to clipboard
.make! should work with embedded mongoid associations
If you have a model that is embedded in a parent model, mongoid will let you call save
and create
on it, as long as you have specified the parent. The problem in machinist currently is the reload line -- mongoid doesn't allow calling reload on an embedded document.