Updated the system to Rails 1.2.
[selectricity-live] / app / controllers / application.rb
index 537de40d7e3bdf68fa3816f217b9b9c997060db5..d92ab9724e81d5b69043e75d84a0038377f78ab6 100644 (file)
@@ -1,4 +1,7 @@
 # Filters added to this controller will be run for all controllers in the application.
 # Likewise, all the methods added will be available for all controllers.
+
 class ApplicationController < ActionController::Base
-end
\ No newline at end of file
+  helper :user
+  model :user
+end

Benjamin Mako Hill || Want to submit a patch?