method
send_data
v4.0.2 -
Show latest stable
- Class:
ActionController::LogSubscriber
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