instance method
purge_later
Ruby on Rails 6.1.7.10
Since v6.0.6 Last seen in v7.0.10Signature
purge_later()
No documentation comment.
Source
# File activestorage/lib/active_storage/attached/model.rb, line 161
def purge_later
each(&:purge_later)
reset
end
Defined in activestorage/lib/active_storage/attached/model.rb line 161
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attached::Model