Model the Database with Active Record’s DSL
Learn about modeling the database with the DSL of the active record for our Rails application.
We'll cover the following...
Defining Relationships in Rails Database Models
Because we created Widget
with manufacturer:references
, Rails was ...