To return a 404 header, just use the :status option for the render
method. If you want to render the standard 404 page you can extract the
feature in a method. If you want the action to render the error page and
stop, simply use a return statement. L...