X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/afa6b59aed60497d059af87c049c0b4f1a6c8b6c..09c67d9323c7d379d4c6de5dc0457b6de16cff14:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index e26a368..a33a1fa 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -1,5 +1,5 @@ class SiteController < ApplicationController - layout 'hc' + layout 'main' model :user, :election, :account def index @@ -16,7 +16,7 @@ class SiteController < ApplicationController b.enddate <=> a.enddate end else - # if we have no record of them, set the session id back to + # if we have no record of them, set the user back to # nothing and start again session[:user] = nil