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