Class: Apiwork::ErrorsController

Inherits:
ActionController::API
  • Object
show all
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_foundObject



9
10
11
# File 'app/controllers/apiwork/errors_controller.rb', line 9

def not_found
  expose_error :not_found
end