demarches-normaliennes/app/models/current.rb
2024-03-07 12:14:58 +01:00

3 lines
101 B
Ruby

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