ある場合: embeds_many :foos
.
:dependent => :destroy
必須ですか?または、親要素を破棄すると。それぞれのすべてfoos
が自動的に削除されますか?
Foo
コンソールで確認しようとしましたが、次のようになります:
Mongoid::Errors::InvalidCollection: Access to the collection for Foo is not allowed since it is an embedded document, please access a collection from the root document.