Class: ExceptionHandler::ExceptionController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ExceptionHandler::ExceptionController
- Defined in:
- app/controllers/exception_handler/exception_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
Show.
Instance Method Details
#show ⇒ Object
Show
18 19 20 |
# File 'app/controllers/exception_handler/exception_controller.rb', line 18 def show render status: @status end |