Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / app / controllers / application.rb
index 537de40d7e3bdf68fa3816f217b9b9c997060db5..7462619a1153399c0946a85eea65dfaea48e0e06 100644 (file)
@@ -1,4 +1,9 @@
 # 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
-end
\ No newline at end of file
+  include LoginEngine
+  helper :user
+  model :user
+end

Benjamin Mako Hill || Want to submit a patch?