Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / app / controllers / application.rb
index 537de40d7e3bdf68fa3816f217b9b9c997060db5..a5bb1085361dbdd7f9169c2d1a2d442384a15d3d 100644 (file)
@@ -1,4 +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.
+
 class ApplicationController < ActionController::Base
-end
\ No newline at end of file
+  include AuthenticatedSystem
+  helper :user
+  model :user
+end

Benjamin Mako Hill || Want to submit a patch?