Redirect To 404 Page Not Found In Rails

Posted By Weston Ganger

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:

Article Topic:Software Development - Rails

Date:September 11, 2015