Such as
200 => Found
403 => Not authorized
404 => Not found
I’m guessing Rails 3 already has this functionality as you can pass a hash to render :status => :not_found, I just can’t find the method to do it the other way. If not does anyone know of a gem which can do this?
or