9b4803092dfc48e4c3ed6a006204de60ae39323e
[selectricity-live] / 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   require_dependency "user"
8   
9 end

Benjamin Mako Hill || Want to submit a patch?