Method: ActionDispatch::Response#sending_file=
- Defined in:
- actionpack/lib/action_dispatch/http/response.rb
#sending_file=(v) ⇒ Object
278 279 280 281 282 |
# File 'actionpack/lib/action_dispatch/http/response.rb', line 278 def sending_file=(v) if true == v self.charset = false end end |