The voting rolls for the last election are are follows.

Voters

<% for voter in @voting_rolls.randomize %> <% end %>
<%= voter.email %>

Votes (by Token)

<% for candidate in @election.candidates.sort %> <% end %> <% for voter in @voting_rolls.randomize %> <% for ranking in voter.vote %> <% end %> <% end %>
Token Rank of Candidates
<%= candidate %>
<%= voter.vote.token %><%= ranking %>