Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / controllers / user_controller.rb
old mode 100644 (file)
new mode 100755 (executable)
index f88f7d5..a674be1
@@ -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?