Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / app / controllers / application.rb
1 # Filters added to this controller will be run for all controllers in the application.
2 # Likewise, all the methods added will be available for all controllers.
3 require 'login_engine'
4
5 class ApplicationController < ActionController::Base
6   include LoginEngine
7   helper :user
8   model :user
9 end

Benjamin Mako Hill || Want to submit a patch?