X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/823d530ba46c1fb3518c4deef0081738503837eb..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