refactor(watermark): use column instead of metadata on blob

This commit is contained in:
Paul Chavard 2022-12-22 17:57:08 +01:00
parent 456be420fa
commit d469bca0ae
7 changed files with 31 additions and 13 deletions

View file

@ -39,7 +39,7 @@ RSpec.describe Attachment::PendingPollComponent, type: :component do
context "when waterkmark is done" do
before do
attachment.blob[:metadata] = { watermark: true }
attachment.blob.touch(:watermarked_at)
end
it "does not render" do