Class: ExceptionHandler::ExceptionsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ExceptionHandler::ExceptionsController
- Defined in:
- app/controllers/exception_handler/exceptions_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
Action #.
Instance Method Details
#show ⇒ Object
Action #
38 39 40 |
# File 'app/controllers/exception_handler/exceptions_controller.rb', line 38 def show respond_with @exception, status: @exception.status end |