Flowdock
method

sending_file=

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: ActionDispatch::Response
sending_file=(v) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/response.rb, line 244
    def sending_file=(v)
      if true == v
        self.charset = false
      end
    end
Register or log in to add new notes.