aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/dummy/app/controllers/application_controller.rb
blob: 1c07694e9d9f40e62ed5c07ae23bec2d2ec90d74 (plain) (blame)
1
2
3
class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
end