Question: <%= question %>
<% answers.each do |answer| %> <%= answer[:description] %>: <%= pluralize answer[:votes], 'vote' -%>. <% end %>