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