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