You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix belongsToMany with deeper associations not loading.
When deep associations are loaded from junction tables, they are loaded
as a hasMany. This means we need to accomodate for this structure as
well.
This solution doesn't make me happy but it was the smallest change
I could make. Other approaches I took caused other things to break.
0 commit comments