A few major changes:
[selectricity-live] / app / controllers / user_controller.rb
index f88f7d54776d98f4fe09502385fbef92602a40a5..25f827c07072c051c3635622451ea7ac0a4316bf 100644 (file)
@@ -1,3 +1,8 @@
 class UserController < ApplicationController
   layout 'vb'
+
+  def home
+    redirect_to :controller => 'site', :action => 'index'
+  end
+
 end

Benjamin Mako Hill || Want to submit a patch?