通过 ActiveStorage::Blob#purge_later
提供 ActiveStorage::Blob
记录的异步清除。
方法
- P
实例公开方法
perform(blob) 链接
源代码: 显示 | 在 GitHub 上
# File activestorage/app/jobs/active_storage/purge_job.rb, line 10 def perform(blob) blob.purge end
通过 ActiveStorage::Blob#purge_later
提供 ActiveStorage::Blob
记录的异步清除。
源代码: 显示 | 在 GitHub 上
# File activestorage/app/jobs/active_storage/purge_job.rb, line 10 def perform(blob) blob.purge end