Associations II
Model many-to-many relationships to build powerful Rails apps.
StartAssociations II
Lesson 1 of 1
- 1So far we’ve made an app that stores data using two models. We used the has_many / belongs_to association to model a one-to-many relationship between the data. But not all data is one-to-many. For…
- 7Congratulations! You build a movie website that lets people browse a movie’s cast and an actor’s filmography. What can we generalize so far? * Actors and movies can be modeled using a _many-to-many…
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory