aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers/application.rb
blob: 87ca44126da47fe15aa2708e3299fbdb7a3c2b0b (plain) (blame)
1
2
3
4
# The filters added to this controller will be run for all controllers in the application.
# Likewise will all the methods added be available for all controllers.
class ApplicationController < ActionController::Base
end