demarches-normaliennes/app/models/current.rb

4 lines
136 B
Ruby
Raw Normal View History

2019-03-06 15:21:10 +01:00
class Current < ActiveSupport::CurrentAttributes
2024-03-19 22:13:40 +01:00
attribute :user, :request_id, :browser, :host, :application_name, :contact_email
2019-03-06 15:21:10 +01:00
end