]> projects.mako.cc - selectricity-live/blob - app/controllers/site_controller.rb
Added vb layout to election controller.
[selectricity-live] / app / controllers / site_controller.rb
1 class SiteController < ApplicationController
2   layout 'vb'
3
4   def index
5   end
6 end

Benjamin Mako Hill || Want to submit a patch?