Added the Gruff library to the lib/ directory of the the rails folder, and the
[selectricity] / app / controllers / quickvote_controller.rb
index a5c8065035ef1147d1428831cc09dcd7a067c907..da2903d1a01fa3fecf1f5d0a665c49801f5ff538 100644 (file)
@@ -202,6 +202,7 @@ class QuickvoteController < ApplicationController
     @results = @election.results
     @candidates = {}
     @election.candidates.each {|c| @candidates[c.id] = c}
+    @names = @election.names_by_id
     @sidebar_content = render_to_string :partial => 'results_sidebar'
   end
   

Benjamin Mako Hill || Want to submit a patch?