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 using Paperclip for all of my attachments. Does anyone have any suggestions on how to do this?
Thanks!
I got it working without instance eval by turning it the other way around : generate the PDF in your model and render it in you controller
In a model :
You can then send it as a mail attachment :
Or render it in your browser windows in your controller :