method

purge

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()
public

No documentation available.

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