aboutsummaryrefslogblamecommitdiffstats
path: root/railties/helpers/abstract_application.rb
blob: fa26cd0399a5b017c1ff3c57f1e452a59a471b0b (plain) (tree)
1
2
3
4
5




                                                                                          
# 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 AbstractApplicationController < ActionController::Base
  helper :application
end