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