instance method
delete
Ruby on Rails 7.1.6
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 45
def delete(key)
perform_across_services :delete, key
end
Defined in activestorage/lib/active_storage/service/mirror_service.rb line 45
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::MirrorService