Method: ActiveStorage::Attached::Many#purge
- Defined in:
- activestorage/lib/active_storage/attached/many.rb
#purge ⇒ Object
:method: purge
Directly purges each associated attachment (i.e. destroys the blobs and attachments and deletes the files on the service).
13 |
# File 'activestorage/lib/active_storage/attached/many.rb', line 13 delegate :purge, to: :purge_many |