method

purge_later

rails latest stable - Class: ActiveStorage::Attached::Macros

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

purge_later()
public

No documentation available.

# File activestorage/lib/active_storage/attached/macros.rb, line 94
        def purge_later
          each(&:purge_later)
          reset
        end