Class: ErrorsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ErrorsController
- Defined in:
- lib/generators/templates/controllers/errors_controller.rb
Instance Method Summary collapse
Instance Method Details
#internal_server_error ⇒ Object
2 3 |
# File 'lib/generators/templates/controllers/errors_controller.rb', line 2 def internal_server_error end |
#not_found ⇒ Object
5 6 |
# File 'lib/generators/templates/controllers/errors_controller.rb', line 5 def not_found end |
#unprocessable_entity ⇒ Object
8 9 |
# File 'lib/generators/templates/controllers/errors_controller.rb', line 8 def unprocessable_entity end |