Added vb layout to election controller.
author<mako@atdot.cc> <>
Wed, 16 Aug 2006 22:28:23 +0000 (18:28 -0400)
committer<mako@atdot.cc> <>
Wed, 16 Aug 2006 22:28:23 +0000 (18:28 -0400)
app/controllers/election_controller.rb

index 9574056f0c6477b1499829efbab787caed589264..625ce9320b284ee18f792913d74b0bd4f1526f23 100644 (file)
@@ -1,5 +1,6 @@
 class ElectionController < ApplicationController
   model :raw_voter_list, :voter, :vote, :candidate
+  layout 'vb'
 
   before_filter :login_required
 

Benjamin Mako Hill || Want to submit a patch?