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