Open ghost opened 10 years ago
It seems as if we're missing that link between embedded objects. We should probably add a condition on the generators when using Mongo to look at any embedded_in relations and adding the object reference to the form. @padrino/core-members?
Embedded relations with mongoid don't seem to be currently supported by the admin_page generator. The (admin) pages do get created, but documents aren't persisted. More on this: http://stackoverflow.com/questions/23349363/mongoid-3-0-23-relations-in-padrino-admin-0-12-0