Question

I have worked with prawnto before and it works great. But when I use it again today, I got this error:

uninitialized constant ActionView::CompiledTemplates::Prawn

and the code is just

show.html.erb

 pdf.text "Hello World"

Can anyone help me on this?

Was it helpful?

Solution

You are using a version of Prawnto that hasn't been updated in about 6 years.

You should switch to this version of the gem: prawnto_2

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top