aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app/models/active_storage/current.rb
blob: 7e431d8462c78a6119d08a1fab4c4b8d6f2505ab (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class ActiveStorage::Current < ActiveSupport::CurrentAttributes #:nodoc:
  attribute :host
end