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