aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/dummy/app/controllers/application_controller.rb
blob: 280cc28ce21a03e69b50ee7eedb87c6f36a80df7 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
end