demarches-normaliennes/app/models/current.rb

4 lines
101 B
Ruby
Raw Normal View History

2019-03-06 15:21:10 +01:00
class Current < ActiveSupport::CurrentAttributes
attribute :user, :request_id, :browser, :host
2019-03-06 15:21:10 +01:00
end