Fixed the detailed results so that they return anonymized results in
[selectricity] / app / models / candidate.rb
index dfc8b1fec08fc19e87b320ea3a7c3856d1369c08..e17ba29b5f1ff866e3dd3c0d9c26beaa5b105aa5 100644 (file)
@@ -2,7 +2,7 @@ class Candidate < ActiveRecord::Base
   belongs_to :election
 
   def <=>(other)
-   self.name <=> other.name 
+    self.name <=> other.name 
   end
   
   def to_s

Benjamin Mako Hill || Want to submit a patch?