Fix issue #96. Direct users back to root URL via get instead of post

This commit is contained in:
Conor Mongey 2014-01-10 23:52:40 +00:00
parent 4ff4d53ae9
commit a069749c65

View file

@ -15,6 +15,6 @@
or
<p>
<%= button_to "Skip", "/" %>
<%= button_to "Skip", "/", :method => :get %>
</p>
</div>