Brian
Brian

Reputation: 6071

Ruby on Rails download pdf link

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

Answers (1)

Kevin Sylvestre
Kevin Sylvestre

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

Related Questions