Plurality Results

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

About Plurality Voting

<%= link_to "Plurality voting", "http://en.wikipedia.org/wiki/Plurality_electoral_system" %> selects the winner who has received the most "number one" votes, regardless of whether or not he or she has a majority of votes.

Plurality voting is also variously referred to as, "first past the post," "winner-take-all," "majoritarian" or "simple majority" voting.

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