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