method

service_delete_prefixed

rails latest stable - Class: ActiveStorage::StructuredEventSubscriber

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

service_delete_prefixed(event)
public

No documentation available.

# File activestorage/lib/active_storage/structured_event_subscriber.rb, line 43
    def service_delete_prefixed(event)
      emit_event("active_storage.service_delete_prefixed",
        prefix: event.payload[:prefix],
        duration_ms: event.duration.round(2),
      )
    end