Simple HTTP status code-symbol map in Rails

Augusts Bautra - Mar 21 - - Dev Community
Rack::Utils::SYMBOL_TO_STATUS_CODE.key(404)
=> :not_found

head :not_found
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .