demarches-normaliennes/app/models/current.rb
2024-08-22 09:26:48 +02:00

12 lines
284 B
Ruby

# frozen_string_literal: true
class Current < ActiveSupport::CurrentAttributes
attribute :application_base_url
attribute :application_name
attribute :browser
attribute :contact_email
attribute :host
attribute :no_reply_email
attribute :request_id
attribute :user
end