method
send_data
v6.1.3.1 -
Show latest stable
- Class:
ActionController::LogSubscriber
send_data(event)public
No documentation available.
# File actionpack/lib/action_controller/log_subscriber.rb, line 52
def send_data(event)
info { "Sent data #{event.payload[:filename]} (#{event.duration.round(1)}ms)" }
end