Skip to content

Instantly share code, notes, and snippets.

@kennethteh90
Created July 6, 2020 11:22
Show Gist options
  • Save kennethteh90/691e4b5b922270cc59cdc3eaa456cacc to your computer and use it in GitHub Desktop.
Save kennethteh90/691e4b5b922270cc59cdc3eaa456cacc to your computer and use it in GitHub Desktop.
def pdf
rendered_pdf = SomePrawnPdfDocument.new(params, view_context).render
send_data(
rendered_pdf,
type: 'application/pdf',
disposition: 'inline'
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment