Class: ExceptionHandler::ExceptionController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/exception_handler/exception_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject

Action #



31
32
33
# File 'app/controllers/exception_handler/exception_controller.rb', line 31

def show
  respond_with @exception, status: @exception.status
end