【发布时间】:2021-12-22 03:35:36
【问题描述】:
在一个工作项目中,我看到很多类似的代码
SomeModel.includes(:comments).joins(:comments).[...] # many more where and order clauses, other stuff
我的问题是:像:comments 这样在同一张桌子上使用includes 和joins 是否有意义?
【问题讨论】:
标签: ruby-on-rails activerecord associations