Class: Api::V5::Vendors::TagThai::UsersController
- Inherits:
-
BaseController
- Object
- ActionController::API
- BaseController
- Api::V5::Vendors::TagThai::UsersController
- 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
Methods included from LogrageCustomLogger
Methods included from ResponseCacheConcern
Instance Method Details
#info ⇒ Object
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 |