method
send_file
v5.1.7 -
Show latest stable
- Class:
ActionController::Instrumentation
send_file(path, options = {})public
No documentation available.
# File actionpack/lib/action_controller/metal/instrumentation.rb, line 49
def send_file(path, options = {})
ActiveSupport::Notifications.instrument("send_file.action_controller",
options.merge(path: path)) do
super
end
end 1Note
Compatible with old docs
Library is moved, so old library documentation is compatible http://apidock.com/rails/v3.0.9/ActionController/Streaming/send_file