class ActionController::LogSubscriber

def send_file(event)

def send_file(event)
  info { "Sent file #{event.payload[:path]} (#{event.duration.round(1)}ms)" }
end