Paperclip does not respect .save(touch: false)
web-connect opened this issue · 0 comments
web-connect commented
This gem is deprecated, but for other people who have to use this gem for legacy projects, please be aware that if you do something like
self.document = File.open(my_attachment_url)
slelf.save(touch: false)
Paperclip will still update the updated_at field, I believe because of
paperclip/lib/paperclip/attachment.rb
Line 463 in 90f9121