Updated the system to Rails 1.2.
[selectricity-live] / app / controllers / user_controller.rb
index f88f7d54776d98f4fe09502385fbef92602a40a5..a674be1d170beb01648a80f3277093f8a4a1c3a8 100644 (file)
@@ -1,3 +1,8 @@
 class UserController < ApplicationController
-  layout 'vb'
+  layout 'hc'
+
+  def home
+    redirect_to :controller => 'site', :action => 'index'
+  end
+
 end

Benjamin Mako Hill || Want to submit a patch?