Sometimes you may want to trigger a 404 Page Not Found upon some error in your code in Rails. This will interrupt the execution of your code.


raise ActionController::RoutingError.new('Not Found')


Related External Links: