Added Plugin for dynamically adjusting session options (so they will never
[selectricity-live] / app / controllers / application.rb
index a5bb1085361dbdd7f9169c2d1a2d442384a15d3d..23c878feca92f6d252034ffd965f97612bb22dae 100644 (file)
@@ -4,5 +4,7 @@
 class ApplicationController < ActionController::Base
   include AuthenticatedSystem
   helper :user
-  model :user
+  require_dependency "user"
+  
+  
 end

Benjamin Mako Hill || Want to submit a patch?