Ensure you understand the difference between Plain Old Ruby Objects (like what we used before we started Rails) and objects that inherit from ActiveRecord::Base (and what functionality you gain by doing that)
Ensure you know how to create both a model and a migration, as we did in the class example
Ensure you understand the different files created when you use these generators: scaffold, model, migration
Assignment 38