instance method
purge_later
Ruby on Rails 8.1.2
Since v5.2.8.1Purges each associated attachment through the queuing system.
Source
# File activestorage/lib/active_storage/attached/many.rb, line 19
delegate :purge_later, to: :purge_many
Defined in activestorage/lib/active_storage/attached/many.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attached::Many