X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/277d9e323c1c9c525c1cea4590dc71bc56aeed06..9086b07aefc0560832373bb4ba30888d8d43f0d6:/app/models/election.rb diff --git a/app/models/election.rb b/app/models/election.rb old mode 100755 new mode 100644 index ebd623a..3baeef0 --- a/app/models/election.rb +++ b/app/models/election.rb @@ -57,7 +57,7 @@ class Election < ActiveRecord::Base end def quickvote? - quickvote.to_i == 1 + self.class == 'QuickVote' end def active?