X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..6d422530319d9fbacc37c271e22778d07414f0da:/app/controllers/election_controller.rb diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb index aaa3d9f..625ce93 100644 --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@ -1,5 +1,8 @@ class ElectionController < ApplicationController model :raw_voter_list, :voter, :vote, :candidate + layout 'vb' + + before_filter :login_required ## general methods for dealing with elections ####################################################################