X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/657351a625ff99ca5f5aa5f32a6f070eb8e40ba8..6d422530319d9fbacc37c271e22778d07414f0da:/app/controllers/election_controller.rb diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb index 9574056..625ce93 100644 --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@ -1,5 +1,6 @@ class ElectionController < ApplicationController model :raw_voter_list, :voter, :vote, :candidate + layout 'vb' before_filter :login_required