instance method
purge_dependent_blob_later
Ruby on Rails 7.1.6
Since v6.0.6 PrivateSignature
purge_dependent_blob_later()
No documentation comment.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 150
def purge_dependent_blob_later
blob&.purge_later if dependent == :purge_later
end
Defined in activestorage/app/models/active_storage/attachment.rb line 150
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attachment