X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/1fcd2d064dfef0dff9b07a40d0f5d30e662d1d86..ad5ca8bbfbef358919aa877e78dceb27fdc6387a:/app/controllers/quickvote_controller.rb diff --git a/app/controllers/quickvote_controller.rb b/app/controllers/quickvote_controller.rb index bb60b45..54784ef 100644 --- a/app/controllers/quickvote_controller.rb +++ b/app/controllers/quickvote_controller.rb @@ -161,7 +161,7 @@ class QuickvoteController < ApplicationController redirect_to :controller => 'site' return end - @election.results + @results = @election.results @candidates = {} @election.candidates.each {|c| @candidates[c.id] = c} end