method
send_data
v3.2.13 -
Show latest stable
- Class:
ActionController::LogSubscriber
send_data(event)public
No documentation available.
# File actionpack/lib/action_controller/log_subscriber.rb, line 46
def send_data(event)
info("Sent data %s (%.1fms)" % [event.payload[:filename], event.duration])
end