% fields_for 'quickvote', quickvote do |quickform| %>
<%= quickform.select('election_method',
%w(ssd condorcet plurality approval borda) ) %>
<%= quickform.date_select(:enddate, :start_year => Time.now.year) %>
Would you like to be e-mailed when this QuickVote concludes? Yes <%= quickform.radio_button(:notices, 1)%> No <%= quickform.radio_button(:notices, 0)%>
<% end -%> <% end %>