method
send_file
v3.1.0 -
Show latest stable
- Class:
ActionController::LogSubscriber
send_file(event)public
No documentation available.
# File actionpack/lib/action_controller/log_subscriber.rb, line 31
def send_file(event)
message = "Sent file %s"
message << " (%.1fms)"
info(message % [event.payload[:path], event.duration])
end