Class: ErrorsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ErrorsController
- Defined in:
- app/controllers/errors_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#error_404 ⇒ Object
2 3 |
# File 'app/controllers/errors_controller.rb', line 2 def error_404 end |
#error_500 ⇒ Object
5 6 |
# File 'app/controllers/errors_controller.rb', line 5 def error_500 end |