method
send_data
rails latest stable - Class:
ActionController::StructuredEventSubscriber
send_data(event)public
No documentation available.
# File actionpack/lib/action_controller/structured_event_subscriber.rb, line 64
def send_data(event)
emit_event("action_controller.data_sent", filename: event.payload[:filename], duration_ms: event.duration.round(1))
end