# File lib/action_controller/metal/instrumentation.rb, line 45
    def send_file(path, options={})
      ActiveSupport::Notifications.instrument("send_file.action_controller",
        options.merge(:path => path)) do
        super
      end
    end