X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fb34708ad502bef4151fd3d5c55a9d4ed9839bf8..1260415e640fec24f8c970ae8e61f4a7ab4594d4:/app/models/candidate.rb diff --git a/app/models/candidate.rb b/app/models/candidate.rb index dfc8b1f..e17ba29 100644 --- a/app/models/candidate.rb +++ b/app/models/candidate.rb @@ -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