Both quickvotes and full-size elections use the same partial in views/voter
[selectricity] / app / models / vote.rb
index dcadcac91d5db2bcd4158825b9098ab7e788e708..8852fa5fe066e6ae47ea93dd2c21afc87e1c609c 100644 (file)
@@ -95,7 +95,7 @@ class Vote < ActiveRecord::Base
 
   # the following subroutine is used for quickvotes, but need for elections now
   # too. It creates a vote with the candidates listed in order of preference 
-  # based on alphabetical order. It is meant to be manipulated and then confirmed
+  # based on alphabetical order. Meant to be manipulated and then confirmed
   def set_defaults!  
     self.votes = voter.election.candidates.sort.collect {|c| c.id }
     self.save

Benjamin Mako Hill || Want to submit a patch?