instance method
send_data
Ruby on Rails 7.0.10
Since v3.0.20 Last seen in v8.0.4Signature
send_data(event)
No documentation comment.
Parameters
-
eventreq
Source
# 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
Defined in actionpack/lib/action_controller/log_subscriber.rb line 52
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::LogSubscriber