<%= render :partial => 'result_' + @election.election_method,
:object => @results[@election.election_method] %>
<%= render :partial => 'result_' + @election.election_method,
:object => @results[@election.election_method] %>
<%= render :partial => 'result_' + result_type,
:object => @results[result_type] %>
<%= render :partial => 'result_' + result_type,
:object => @results[result_type] %>