Reputation: 6071
I was wondering if there is a helper method, which can create a link to download a pdf file?
Thank you,
Upvotes: 0
Views: 1579
Reputation: 38012
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
.
Upvotes: 2