Allow custimizable graph sizes, to fit with newly modular results page. Also,
[selectricity] / app / controllers / quickvote_controller.rb
index 0d165cbd458c1f94f9d4569936c92e9bb80d9f80..031c0755adb2a7f38b2d8c1b9c7b632778d0c99d 100644 (file)
@@ -4,7 +4,7 @@ class QuickvoteController < ApplicationController
   require_dependency "quick_vote"
   require_dependency "vote"
   require_dependency "election"
   require_dependency "quick_vote"
   require_dependency "vote"
   require_dependency "election"
-
+  
   #############################################################
   # the following methods pertain to creating quickvotes
   #############################################################
   #############################################################
   # the following methods pertain to creating quickvotes
   #############################################################
@@ -166,6 +166,7 @@ class QuickvoteController < ApplicationController
     @candidates = {}
     @election.candidates.each {|c| @candidates[c.id] = c}
   end
     @candidates = {}
     @election.candidates.each {|c| @candidates[c.id] = c}
   end
+  
+  
 end
 
 end
 
-

Benjamin Mako Hill || Want to submit a patch?