* refactored the system so that it keeps pictures in a seperate table
[selectricity] / app / models / election.rb
index 7343d7204070b374eb8b383751b17e0f8ae29b7c..a77f4457bb581fba8588e1cf7ee479932851f409 100644 (file)
@@ -57,7 +57,6 @@ class Election < ActiveRecord::Base
 
   def start_blockers
     reasons = []
-    
     if self.candidates.length <= 1
       reasons << "You must have at least two candidates."
     end

Benjamin Mako Hill || Want to submit a patch?