Method: ActiveStorage::Attached::Many#purge_later
- Defined in:
- activestorage/lib/active_storage/attached/many.rb
#purge_later ⇒ Object
:method: purge_later
Purges each associated attachment through the queuing system.
19 |
# File 'activestorage/lib/active_storage/attached/many.rb', line 19 delegate :purge_later, to: :purge_many |