a5bb1085361dbdd7f9169c2d1a2d442384a15d3d
[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
4 class ApplicationController < ActionController::Base
5   include AuthenticatedSystem
6   helper :user
7   model :user
8 end

Benjamin Mako Hill || Want to submit a patch?