]> projects.mako.cc - selectricity/blob - app/controllers/user_controller.rb
Added support for voting in QuickVotes.
[selectricity] / app / controllers / user_controller.rb
1 class UserController < ApplicationController
2   layout 'vb'
3
4   def home
5     redirect_to :controller => 'site', :action => 'index'
6   end
7
8 end

Benjamin Mako Hill || Want to submit a patch?