Voting On Topics
Goals
Votes |
---|
id |
topic_id |
Pasos
Type this in the terminal:rails generate model vote topic_id:integer rails db:migrate
Explicación
Next Step:
Go on to Hooking Up Votes And Topics
Votes |
---|
id |
topic_id |
Type this in the terminal:rails generate model vote topic_id:integer rails db:migrate
Go on to Hooking Up Votes And Topics