You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classInvoiceDocument < Prawn::Documentdefinitialize# prawn code to render the documentendendclassInvoicesControllerdefshowrenderrenderable: InvoiceDocument.newendend
Could prawn-rails implement support for this? Prawn::Document would need to respond to #render_in and #format.
The text was updated successfully, but these errors were encountered:
Rails now supports rendering objects with:
Could prawn-rails implement support for this?
Prawn::Document
would need to respond to#render_in
and#format
.The text was updated successfully, but these errors were encountered: