Voting On Topics
Goals
Votes |
---|
id |
topic_id |
Steps
Type this in the terminal:rails generate model vote topic_id:integer rails db:migrate
Explanation
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