X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/a8006b0bf9687f8882c3073eca2e8b4ebc7cde4a..905cf65f6b3e8acc894c268c3bf729e7b0c76292:/app/models/election.rb diff --git a/app/models/election.rb b/app/models/election.rb index 7343d72..a574139 100644 --- a/app/models/election.rb +++ b/app/models/election.rb @@ -57,7 +57,7 @@ class Election < ActiveRecord::Base def start_blockers reasons = [] - + debugger if self.candidates.length <= 1 reasons << "You must have at least two candidates." end