Memo R
Memo R

Reputation: 67

Generate PDF with mojolicious

iam looking for generate PDF with mojolicious. I found this example. But when run, show :

Can't locate object method "render_partial" via package "MojoRwr::Composer" at /usr/local/share/perl/5.22.1/Mojolicious.pm line 146.

I ran the REQUIREMENTS. I do not know why it does not work Somebody can help me please.

My pc is ubuntu server 16 thanks

Upvotes: 3

Views: 275

Answers (1)

Renee B
Renee B

Reputation: 56

render_partial was replaced with render_to_string a long time ago. With that simple change, the application works...

Upvotes: 4

Related Questions