Voting On Topics
Goals
Topics |
---|
id |
title |
description |
Votes |
---|
id |
topic_id |
Steps
Type this in the shell:rails generate model vote topic:references rails db:migrate
Explanation
Next Step:
Go on to Hooking Up Votes And Topics
Topics |
---|
id |
title |
description |
Votes |
---|
id |
topic_id |
Type this in the shell:rails generate model vote topic:references rails db:migrate
Go on to Hooking Up Votes And Topics