added save routing

This commit is contained in:
Mark Moser
2016-07-28 09:37:46 -05:00
parent 0950b7eb2a
commit 911c42bcd6
5 changed files with 11 additions and 5 deletions

View File

@ -5,7 +5,6 @@
content_for :footer_title, "Skills Assessment"
%>
<form method="post" action="/question">
<%= form_tag(post_question_path) do %>
<main class="questions_tpl">
<h2 class="question-text"><%= @question.question %></h2>