<%= form_for poll_question,:url =>update_poll_question_poll_path(@poll.id),:remote => true do |f|%>
/>
    <% poll_question.poll_answers.reorder("answer_position").each do |poll_answer| %>
  • <% end%>
<% end%>