Class: ErrorsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ErrorsController
- Defined in:
- app/controllers/errors_controller.rb
Instance Method Summary collapse
Instance Method Details
#routing_error ⇒ Object
3 4 5 |
# File 'app/controllers/errors_controller.rb', line 3 def routing_error render_404 end |