Here are the steps I did. In command line:
rails new lcdemo rails generate scaffold Cove title:string
(created an entry in seeds.rb)
rake db:migrate rake db:seed
In the controller and view files, instance variables are named cofe instead of cove.