instance method
nonempty_ok_response?
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20 PrivateSignature
nonempty_ok_response?()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/cache.rb, line 105
def nonempty_ok_response?
@status == 200 && string_body?
end
Defined in actionpack/lib/action_dispatch/http/cache.rb line 105
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Cache::Response