instance method
delete
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
delete(key)
Delete the file at the key on all services.
Parameters
-
keyreq
Source
# File activestorage/lib/active_storage/service/mirror_service.rb, line 43
def delete(key)
perform_across_services :delete, key
end
Defined in activestorage/lib/active_storage/service/mirror_service.rb line 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::MirrorService