7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
<%= form_for quiz, url: action do |f| %>
|
|
<p>Unit: <%= f.text_field :unit %></p>
|
|
<p>Dept: <%= f.text_field :dept %></p>
|
|
|
|
<%= f.submit %>
|
|
<% end %>
|