
Paul M
16,370 PointsFill in the blank to integrate the database, And fill in the blank for generating a model for Todo Items. What do you do
I cannot figure out these two questions.
1 Answer

Jason Anders
Treehouse Moderator 145,138 PointsHey Paul,
To integrate the database, you would run db:migrate.
To generate a model, you would run generate model ... .
This are both very integral in Ruby, so I do suggest maybe reviewing the previous videos before moving on. :)
Keep Coding!