Borda Count Results

<%= render :partial => 'result', :object => @election.borda_result %>

About Borda Count

<%= link_to "Borda count", "http://en.wikipedia.org/wiki/Borda_count" %> is an election method in which voters rank candidates in order of preference. The Borda count determines the winner of an election by giving each candidate a certain number of points corresponding to the position in which he or she is ranked by each voter. Once all votes have been counted the candidate with the most points is the winner.

<%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>