<%= semantic_form_for @choice do |f| %> <%= f.inputs do %> <%= f.input :text %> <%= f.input :question %> <%= f.input :sort %> <%= f.input :picture %> <% end %> <%= f.actions do %> <%= f.action :submit, :as => :input %> <% end %> <% end %>