ruby-on-rails – 另一方是否has_many需要belongs_to?

前端之家收集整理的这篇文章主要介绍了ruby-on-rails – 另一方是否has_many需要belongs_to?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如果Parent has_many:children,那么Child:belongs_to:parent?

解决方法

不,belongs_to不是必需的.这意味着您无法从两个方向查询关联,但如果这不是您的应用程序的要求,那么它就没有必要了.
原文链接:https://www.f2er.com/ruby/269877.html

猜你在找的Ruby相关文章