Try fix faulty images
Some checks failed
/ Run tests (push) Successful in 2m3s
/ Run system tests (push) Failing after 2m22s
/ Build, push and deploy image (push) Successful in 1m38s

This commit is contained in:
david 2024-11-23 22:06:50 +01:00
parent fd11eaff33
commit 02e13871bb

View file

@ -108,7 +108,7 @@ module PdfDocuments
end end
def image(attachable, **args) def image(attachable, **args)
@prawn_document.image ActiveStorage::Blob.service.path_for(attachable.key), **args @prawn_document.image(ActiveStorage::Blob.service.path_for(attachable.key), **args) rescue StandardError
end end
end end
end end