Started Creation of "advanced" quickvote tab. Also started to create a quickvote...
[selectricity-live] / app / controllers / quickvote_controller.rb
index 54784ef46e735749238ea4fc8617bd261cb72d80..0d165cbd458c1f94f9d4569936c92e9bb80d9f80 100644 (file)
@@ -29,6 +29,7 @@ class QuickvoteController < ApplicationController
       # 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
 
@@ -166,3 +167,5 @@ class QuickvoteController < ApplicationController
     @election.candidates.each {|c| @candidates[c.id] = c}
   end
 end
+
+

Benjamin Mako Hill || Want to submit a patch?