Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / app / controllers / application.rb
index d92ab9724e81d5b69043e75d84a0038377f78ab6..a5bb1085361dbdd7f9169c2d1a2d442384a15d3d 100644 (file)
@@ -2,6 +2,7 @@
 # Likewise, all the methods added will be available for all controllers.
 
 class ApplicationController < ActionController::Base
+  include AuthenticatedSystem
   helper :user
   model :user
 end

Benjamin Mako Hill || Want to submit a patch?