method

purge_many

rails latest stable - Class: ActiveStorage::Attached::Many
purge_many()
private

No documentation available.

# File activestorage/lib/active_storage/attached/many.rb, line 71
      def purge_many
        Attached::Changes::PurgeMany.new(name, record, attachments)
      end