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