Added Plugin for dynamically adjusting session options (so they will never
[selectricity-live] / app / controllers / application.rb
old mode 100755 (executable)
new mode 100644 (file)
index 7462619..23c878f
@@ -1,9 +1,10 @@
 # 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.
-require 'login_engine'
 
 class ApplicationController < ActionController::Base
-  include LoginEngine
+  include AuthenticatedSystem
   helper :user
-  model :user
+  require_dependency "user"
+  
+  
 end

Benjamin Mako Hill || Want to submit a patch?