Class: ErrorsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ErrorsController
- Defined in:
- app/controllers/errors_controller.rb
Instance Method Summary collapse
Instance Method Details
#internal_server_error ⇒ Object
4 5 6 |
# File 'app/controllers/errors_controller.rb', line 4 def internal_server_error render(:status => 500) end |