## Introduction to Rails Watch this [video](https://www.youtube.com/watch?v=FDQWxrLr7fI&index=1&list=PLw1xVKFbouel7ClCGvszVmoDHjsIlwjf-) about Rails. Follow along with the video (or do it after you watch - whatever is your preferred style) and do the following: 1. Create a new rails application, hooked up to a postgres database. 2. Use the command line to createa new model. 3. Locate and update the migration file for your new model. 4. Run a migration, adding the appropriate table to your database. 5. Use the rails console and CRUD models. COMMIT