From: Date: Mon, 16 Oct 2006 19:09:30 +0000 (-0400) Subject: tiny fix X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/b31720d9ce48c5f46e2cb39242429a640f90fb40 tiny fix --- diff --git a/app/models/quick_vote.rb b/app/models/quick_vote.rb index 3538a3c..ab97e61 100644 --- a/app/models/quick_vote.rb +++ b/app/models/quick_vote.rb @@ -16,7 +16,7 @@ class QuickVote < Election def initialize(params={}) super - self.enddate = Time.now + 30 + self.enddate = Time.now + 30.days self.active = 1 self.anonymous = 1 self.quickvote = 1