d92ab9724e81d5b69043e75d84a0038377f78ab6
[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   helper :user
6   model :user
7 end

Benjamin Mako Hill || Want to submit a patch?