method
sending_file=
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Response
sending_file=(v)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 317
def sending_file=(v)
if true == v
self.charset = false
end
end