method

purge_later

purge_later()
public

No documentation available.

# File activestorage/lib/active_storage/attached/changes/purge_many.rb, line 16
    def purge_later
      attachments.each(&:purge_later)
      reset
    end