demarches-normaliennes/app/models/current.rb

11 lines
253 B
Ruby
Raw Permalink Normal View History

2019-03-06 15:21:10 +01:00
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
2019-03-06 15:21:10 +01:00
end