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:
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
Want me to help develop your next Ruby-on-Rails project or application?
Contact Me