3 lines
84 B
Ruby
3 lines
84 B
Ruby
class Current < ActiveSupport::CurrentAttributes
|
|
attribute :user, :request_id
|
|
end
|