Modified QuickVote table to work by object type and not by the weird
[selectricity-live] / app / models / quick_vote.rb
index 98379cbb89ffd1497711c5c3ddb5555bb1b9f9ac..8d4e6e82141f8b8c67dab67d0103c170a97f0324 100755 (executable)
@@ -19,7 +19,6 @@ class QuickVote < Election
     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?