instance method
message
Ruby on Rails 3.0.20
Since v3.0.20Signature
message()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 82
def message
Rack::Utils::HTTP_STATUS_CODES[@status]
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 82
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response