117226457-uuid

This commit is contained in:
Stas 2016-05-05 20:06:11 +03:00
parent 16641ce2c2
commit 21da9bbc9b

View file

@ -49,7 +49,8 @@ module Repp
response_code: status, response_code: status,
api_user_name: current_user.try(:username), api_user_name: current_user.try(:username),
api_user_registrar: current_user.try(:registrar).try(:to_s), api_user_registrar: current_user.try(:registrar).try(:to_s),
ip: request.ip ip: request.ip,
uuid: request.try(:uuid)
}) })
end end