# here has not been hitting this page and we can clear any
# candlist in the flash
flash.delete(:candlist) if flash.has_key?(:candlist)
+ @quickvote = QuickVote.new
end
end
redirect_to :controller => 'site'
return
end
- @election.results
+ @results = @election.results
@candidates = {}
@election.candidates.each {|c| @candidates[c.id] = c}
end
end
+
+