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