instance method
sending_file=
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
sending_file=(v)
No documentation comment.
Parameters
-
vreq
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 265
def sending_file=(v)
if true == v
self.charset = false
end
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 265
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response