Renamed CSS and layout to move from the old name (HC) to the new name
[selectricity] / app / controllers / user_controller.rb
index f88f7d54776d98f4fe09502385fbef92602a40a5..11cf095f032b8ef997088b0a400efeb9de3a4551 100644 (file)
@@ -1,3 +1,8 @@
 class UserController < ApplicationController
-  layout 'vb'
+  layout 'main'
+
+  def home
+    redirect_to :controller => 'site', :action => 'index'
+  end
+
 end

Benjamin Mako Hill || Want to submit a patch?