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,
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
.
精彩评论