Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / app / controllers / application.rb
index 7462619a1153399c0946a85eea65dfaea48e0e06..a5bb1085361dbdd7f9169c2d1a2d442384a15d3d 100644 (file)
@@ -1,9 +1,8 @@
 # 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
 end

Benjamin Mako Hill || Want to submit a patch?