instance method
purge_one
Ruby on Rails 7.0.10
Since v7.0.10 PrivateSignature
purge_one()
No documentation comment.
Source
# File activestorage/lib/active_storage/attached/one.rb, line 77
def purge_one
Attached::Changes::PurgeOne.new(name, record, attachment)
end
Defined in activestorage/lib/active_storage/attached/one.rb line 77
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attached::One