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
If I define HomeTeam and AwayTeam aliases, then, for instance, to fetch the team's home game using lazy loading I need to call team.getHomeTeam(). This doesn't make sense to me.
If possible: Provide some suggestion on how we can enhance the docs
Issue Creation Checklist
Issue Description
What was unclear/insufficient/not covered in the documentation
I suspect that Chapter Multiple associations involving the same models contains misleading examples of association aliases:
If I define
HomeTeam
andAwayTeam
aliases, then, for instance, to fetch the team's home game using lazy loading I need to callteam.getHomeTeam()
. This doesn't make sense to me.If possible: Provide some suggestion on how we can enhance the docs
To change the aliases to
HomeGame
andAwayGame
:The text was updated successfully, but these errors were encountered: