aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers/application.rb
blob: b61c6de3867c30b423bd16fcbc104a4d2dfb5cf8 (plain) (blame)
1
2
3
4
5
# Filters added to this controller apply to all controllers in the application.
# Likewise, all the methods added will be available for all controllers.

class ApplicationController < ActionController::Base
end