summaryrefslogtreecommitdiff
path: root/test/dummy/app/controllers/application_controller.rb
blob: be7aa1fb89e5366934d3c8706cb26916e1ef51f9 (plain)
1
2
3
4
5
class ApplicationController < ActionController::Base
  protect_from_forgery

  ActiveSupport.run_load_hooks(:application_controller, self)
end