Sarun Intaralawan
Sarun Intaralawan

Reputation: 1142

Prawnto doesn't work with Rails 4.1.4

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?

Upvotes: 0

Views: 1072

Answers (1)

Ecnalyr
Ecnalyr

Reputation: 5802

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

Upvotes: 0

Related Questions