跳至内容 跳至搜索

通过 ActiveStorage::Blob#purge_later 提供 ActiveStorage::Blob 记录的异步清除。

方法
P

实例公开方法

perform(blob)

# File activestorage/app/jobs/active_storage/purge_job.rb, line 10
def perform(blob)
  blob.purge
end