Updated the "votes_per_day" method in graph controller to work better and
[selectricity] / app / controllers / quickvote_controller.rb
index c7e52d6b12fc5d9040629bd183069cc9b157b8ff..d842f63433cfec8f389b45904a6507f193975ec0 100644 (file)
@@ -12,7 +12,7 @@ class QuickvoteController < ApplicationController
   def create
     if params[:quickvote] 
       @quickvote = QuickVote.new(params[:quickvote])
-
+     
       # store the candidate grabbed through ajax and stored in flash
       @quickvote.candidatelist = flash[:candlist]
 

Benjamin Mako Hill || Want to submit a patch?