Class: Apiwork::ErrorsController
- Inherits:
-
ActionController::API
- Object
- ActionController::API
- Apiwork::ErrorsController
- Includes:
- Controller
- Defined in:
- app/controllers/apiwork/errors_controller.rb
Instance Method Summary collapse
Methods included from Controller
#context, #contract, #expose, #expose_error, skip_contract_validation!
Instance Method Details
#not_found ⇒ Object
9 10 11 |
# File 'app/controllers/apiwork/errors_controller.rb', line 9 def not_found expose_error :not_found end |