Updated the "votes_per_day" method in graph controller to work better and
[selectricity] / app / models / quick_vote.rb
old mode 100755 (executable)
new mode 100644 (file)
index 98379cb..eb4e63c
@@ -16,10 +16,10 @@ class QuickVote < Election
   
   def initialize(params={})
     super
+    self.startdate = Time.now
     self.enddate =  Time.now + 30.days
     self.active = 1
     self.anonymous = 1
-    self.quickvote = 1
   end
 
   def candidatelist=(candlist)

Benjamin Mako Hill || Want to submit a patch?