views:

33

answers:

1

Hi,

I was wondering if there is a helper method, which can create a link to download a pdf file?

Thank you,

A: 

If you are looking to generate a PDF you will need to use something like Prawn or PDFKit. If you simply need to link to an existing PDF, just use link_to.

Kevin Sylvestre
I got it to work. Thanks!
Brian