method

send_data

send_data(event)
public

No documentation available.

# File actionpack/lib/action_controller/log_subscriber.rb, line 47
    def send_data(event)
      info("Sent data #{event.payload[:filename]} (#{event.duration.round(1)}ms)")
    end