X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/da8a3c5c6efcad4e4a5424a09c0479f7ee52a9ec..57a193789d1f48a856816c357483cfd7c621cd9d:/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]