Daud Sadiq

Joined

50 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in eager loading with custom joins

problem statement:
Can I write a custom join for the included association?
e.g. Course.includes(:course_details).joins(left outer join course_details on course_details.......)

I want to add more conditions in the join. I don't wanna create an association for more conditions. Is there anything I can do other than defining an association for it?