diff --git a/app/models/asset.rb b/app/models/asset.rb index 10db504b7..a1c55770e 100644 --- a/app/models/asset.rb +++ b/app/models/asset.rb @@ -385,6 +385,10 @@ class Asset < ApplicationRecord new_image_filename = "#{new_name}.png" preview_image.blob.update!(filename: new_image_filename) end + + # rubocop:disable Rails/SkipsModelValidations + touch + # rubocop:enable Rails/SkipsModelValidations end end