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

13 lines
315 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
attribute :procedure_columns
end