diff --git a/app/views/answers/_form.html.erb b/app/views/answers/_form.html.erb index aec3f19..3d694fe 100644 --- a/app/views/answers/_form.html.erb +++ b/app/views/answers/_form.html.erb @@ -14,12 +14,12 @@
<%= f.label :response %>
<%= f.text_area :response %> -
+
<%= f.label :question_id %>
<%= f.text_field :question_id %> -
+
<%= f.submit %>
-<% end %> +<% end %>