method
interpret_status
v2.1.0 -
Show latest stable
- Class:
ActionController
interpret_status(status)private
Given a status parameter, determine whether it needs to be converted to a string. If it is a fixnum, use the STATUS_CODES hash to lookup the default message. If it is a symbol, use the SYMBOL_TO_STATUS_CODE hash to convert it.