Creating Some Example Active Records
Learn about creating some sample active records for our Rails application.
We'll cover the following...
Creating models with database migrations
First, we’ll create the Manufacturer
model. A manufacturer has a name as well as an address, ...