method
purge
v8.1.1 -
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