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