Class: Api::Vendor::V1::UsersController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/api/vendor/v1/users_controller.rb

Constant Summary

Constants inherited from BaseController

BaseController::CACHE_NAMESPACE

Instance Attribute Summary

Attributes inherited from BaseController

#vendor

Instance Method Summary collapse

Methods included from LogrageCustomLogger

#append_info_to_payload

Methods included from ResponseCacheConcern

#my_response_cache

Instance Method Details

#infoObject



3
4
5
6
7
# File 'app/controllers/api/vendor/v1/users_controller.rb', line 3

def info
  service = VendorsService::TagThai::UserInfoService.new(request)
  response = service.call
  render json: response, status: :ok
end