New Discussion

Notifications

You’re not receiving notifications from this thread.

eager loading with custom joins

0
Rails

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?

Join the discussion
Create an account Log in

Learning Ruby on Rails? Join our newsletter.

We won't send you spam. Unsubscribe at any time.