Skip to content

v0.4.0

@qrohlf qrohlf tagged this 02 Oct 03:46
- A database migration has been created for the todo_items table
- The database details were added to the top of app.rb
- That migration was run, creating the db/schema.rb file. The db/development.db file was added to .gitignore, since it's the database.
- The file models/TodoItem.rb was added to define an ActiveRecord model for the todo_items table
- The controllers in app.rb and the view in views/index.erb were modified to use ActiveRecord methods
Assets 2