From 852bf723ef25fd0a908dc88f962ce0c712d48f44 Mon Sep 17 00:00:00 2001 From: Prelang Builder Date: Thu, 27 Feb 2014 23:58:47 +0000 Subject: [PATCH] Removed the user_id text field and labels from the model's form --- app/views/answers/_form.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %>