yarb·11 ปีที่แล้ว·discuss"But there is no easy way to do this in ActiveRecord without sacrificing eager loading."Define a relationship:has_many :approved_comments, class_name: "Comments", condtions: {approved: true}Then eager load approved_comments.
Define a relationship:
has_many :approved_comments, class_name: "Comments", condtions: {approved: true}
Then eager load approved_comments.