2019-03-06 15:21:10 +01:00
|
|
|
class Current < ActiveSupport::CurrentAttributes
|
2024-03-25 19:13:09 +01:00
|
|
|
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
|