method
service_delete
rails latest stable - Class:
ActiveStorage::StructuredEventSubscriber
service_delete(event)public
No documentation available.
# File activestorage/lib/active_storage/structured_event_subscriber.rb, line 36
def service_delete(event)
emit_event("active_storage.service_delete",
key: event.payload[:key],
duration_ms: event.duration.round(2),
)
end