X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/a8006b0bf9687f8882c3073eca2e8b4ebc7cde4a..6fdb49ee0dfc76980bcefb18968d1e1c55c8149c:/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