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