method

send_data

rails latest stable - Class: ActionController::LogSubscriber
send_data(event)
public

No documentation available.

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