10 lines
253 B
Ruby
10 lines
253 B
Ruby
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
|
|
end
|