method
sending_file?
v2.2.1 -
Show latest stable
- Class:
ActionController::AbstractResponse
sending_file?()public
No documentation available.
# File actionpack/lib/action_controller/response.rb, line 127
def sending_file?
headers["Content-Transfer-Encoding"] == "binary"
end