instance method
purge_later
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v5.2.8.1Signature
purge_later()
No documentation comment.
Source
# File activestorage/lib/active_storage/attached/macros.rb, line 94
def purge_later
each(&:purge_later)
reset
end
Defined in activestorage/lib/active_storage/attached/macros.rb line 94
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attached::Macros