Method: ActiveStorage::Service::MirrorService#delete

Defined in:
activestorage/lib/active_storage/service/mirror_service.rb

#delete(key) ⇒ Object

Delete the file at the key on all services.



52
53
54
# File 'activestorage/lib/active_storage/service/mirror_service.rb', line 52

def delete(key)
  perform_across_services :delete, key
end