Class: Api::V5::Vendors::TagThai::UsersController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/api/v5/vendors/tag_thai/users_controller.rb

Constant Summary

Constants inherited from BaseController

BaseController::CACHE_NAMESPACE, BaseController::INTERNAL_SERVER_ERROR_MESSAGE, BaseController::ResponseSchema

Instance Method Summary collapse

Methods inherited from BaseController

#identity_cache_memoization

Methods included from LogrageCustomLogger

#append_info_to_payload

Methods included from ResponseCacheConcern

#my_response_cache

Instance Method Details

#infoObject



3
4
5
6
7
8
# File 'app/controllers/api/v5/vendors/tag_thai/users_controller.rb', line 3

def info
  service = VendorsService::TagThai::UserInfoService.new(request)
  response = service.call

  render json: response, status: :ok
end