demarches-normaliennes/app/models/current.rb
2024-03-21 10:06:09 +01:00

3 lines
136 B
Ruby

class Current < ActiveSupport::CurrentAttributes
attribute :user, :request_id, :browser, :host, :application_name, :contact_email
end