Rails includes nested relations

后端 未结 2 650
南笙
南笙 2021-02-15 03:54

I need to query all posts from a specific user and include all comments and the user who belongs to the comment.

class User < ...
  has_many :posts
  has_many         


        
2条回答
提交回复
热议问题