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

  ActiveSupport.run_load_hooks(:application_controller, self)

end