instance method
service_download
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v8.0.4Signature
service_download(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activestorage/lib/active_storage/log_subscriber.rb, line 13
def service_download(event)
info event, color("Downloaded file from key: #{key_in(event)}", BLUE)
end
Defined in activestorage/lib/active_storage/log_subscriber.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::LogSubscriber