Sha256: 6ea6f9e9e5d37a997c8271b5e53515de2f8df9dfbc37ee2330d910210d6ba175
Contents?: true
Size: 270 Bytes
Versions: 28
Compression:
Stored size: 270 Bytes
Contents
# frozen_string_literal: true # The base controller for all ActiveStorage controllers. class ActiveStorage::BaseController < ActionController::Base protect_from_forgery with: :exception before_action do ActiveStorage::Current.host = request.base_url end end
Version data entries
28 entries across 28 versions & 2 rubygems