Added vb layout to election controller.
[selectricity] / 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?