-
Notifications
You must be signed in to change notification settings - Fork 1
Usefull Resources
Thomas Starzynski edited this page May 26, 2019
·
10 revisions
Whenever you adapt a solution from stackoverflow or somewhere else, either put it as comment directly in the code or post it here! So we can come back to it :)
- Associations with aliases: example by Andy (Tinder where each person can receive or get likes. Similar to Reko, where each user can receive or get rekos)
- Associations Polymorphism (used to map different models to one single foreign key!)