forked from bofh/fetsite
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
<%= semantic_form_for @answer do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :choice %>
|
|
<%= f.input :user %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|