Class: LinkedRails::NotFoundController
- Inherits:
-
Object
- Object
- LinkedRails::NotFoundController
- Defined in:
- app/controllers/linked_rails/not_found_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/linked_rails/not_found_controller.rb', line 5 def show handle_error(ActionController::RoutingError.new('Route not found')) rescue ActionController::UnknownFormat head 404 end |