Class: C::ErrorsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- C::ErrorsController
- Defined in:
- app/controllers/c/errors_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#show ⇒ Object
3 4 5 |
# File 'app/controllers/c/errors_controller.rb', line 3 def show render status_code.to_s, status: status_code end |