class ActiveStorage::PurgeJob
Public Instance Methods
perform(attachment_or_blob)
click to toggle source
# File lib/active_storage/purge_job.rb, line 7 def perform(attachment_or_blob) attachment_or_blob.purge end