method
message
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::Response
message()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 96
def message
Rack::Utils::HTTP_STATUS_CODES[@status]
end