X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/da8a3c5c6efcad4e4a5424a09c0479f7ee52a9ec..5fd5cba6038d0ed97adb735cd24cc70c26335a3e:/app/models/election.rb diff --git a/app/models/election.rb b/app/models/election.rb index a3cf8e4..a3e9394 100644 --- a/app/models/election.rb +++ b/app/models/election.rb @@ -89,6 +89,10 @@ class Election < ActiveRecord::Base def authenticated? authenticated end + + def kiosk? + kiosk + end def shortdesc shortdesc = description.split(/\n/)[0]