method
purge
v7.1.3.4 -
Show latest stable
- Class:
ActiveStorage::Attached::Changes::PurgeMany
purge()public
No documentation available.
# File activestorage/lib/active_storage/attached/changes/purge_many.rb, line 11
def purge
attachments.each(&:purge)
reset
end