From: Date: Wed, 16 Aug 2006 22:28:23 +0000 (-0400) Subject: Added vb layout to election controller. X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/6d422530319d9fbacc37c271e22778d07414f0da Added vb layout to election controller. --- 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