method

send_file

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

uzzer ยท Apr 19, 2014

Library is moved, so old library documentation is compatible http://apidock.com/rails/v3.0.9/ActionController/Streaming/send_file