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 8d4e6e8..eb4e63c
@@ -16,6 +16,7 @@ class QuickVote < Election
   
   def initialize(params={})
     super
+    self.startdate = Time.now
     self.enddate =  Time.now + 30.days
     self.active = 1
     self.anonymous = 1

Benjamin Mako Hill || Want to submit a patch?