class ActiveStorage::Attached::One

def purge_later

Purges the attachment through the queuing system.
def purge_later
  if attached?
    attachment.purge_later
  end
end