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