开发者

Does destroy result in cascaded delete of the dependents

开发者 https://www.devze.com 2023-04-04 02:54 出处:网络
:dependent => :destroy Does destroy result in cascaded delete开发者_如何学编程 of the dependents across the supported databases?Yes, as long as each dependent model has the attribute set in the m
:dependent => :destroy

Does destroy result in cascaded delete开发者_如何学编程 of the dependents across the supported databases?


Yes, as long as each dependent model has the attribute set in the model definition.

0

精彩评论

暂无评论...
验证码 换一张
取 消