Removed the user_id text field and labels from the model's form
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
<div class="field">
|
||||
<%= f.label :response %><br>
|
||||
<%= f.text_area :response %>
|
||||
</div>
|
||||
</br>
|
||||
<div class="field">
|
||||
<%= f.label :question_id %><br>
|
||||
<%= f.text_field :question_id %>
|
||||
</div>
|
||||
</br>
|
||||
<div class="actions">
|
||||
<%= f.submit %>
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %></div></div>
|
||||
|
||||
Reference in New Issue
Block a user