aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app/controllers/active_storage/base_controller.rb
blob: ba825883b9ea959724b7c2345f6a27e2073039ca (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

# The base controller for all ActiveStorage controllers.
class ActiveStorage::BaseController < ActionController::Base
  protect_from_forgery with: :exception
end