instance method
delete_prefixed
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
delete_prefixed(prefix)
Delete files at keys starting with the prefix.
Parameters
-
prefixreq
Source
# File activestorage/lib/active_storage/service.rb, line 106
def delete_prefixed(prefix)
raise NotImplementedError
end
Defined in activestorage/lib/active_storage/service.rb line 106
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service