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