instance method
delete_prefixed
Ruby on Rails 6.0.6
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 96
def delete_prefixed(prefix)
raise NotImplementedError
end
Defined in activestorage/lib/active_storage/service.rb line 96
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service