Save a Prawn PDF as a Paperclip attachment?

后端 未结 5 1196
悲&欢浪女
悲&欢浪女 2021-02-04 01:24

I\'m using Prawn and Prawnto to display a PDF-based reports to the user, but in some circumstances, I\'d also like to save the PDF as an attachment to one of my models. I\'m usi

5条回答
  •  猫巷女王i
    2021-02-04 02:13

    @Adam Albrecht,You will be saving image as a attachment but for saving pdf as an attachment you need to add one more validation -

    ****validates_attachment :document, content_type: { content_type: 'application/pdf' }****

提交回复
热议问题