method
touch_attachment_records
rails latest stable - Class:
ActiveStorage::Blob
touch_attachment_records()public
No documentation available.
# File activestorage/app/models/active_storage/blob.rb, line 363
def touch_attachment_records
attachments.includes(:record).each do |attachment|
attachment.touch
end
end