Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / app / controllers / application.rb
old mode 100644 (file)
new mode 100755 (executable)
index 537de40..7462619
@@ -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?