problem implementing wicked pdf on heroku

前端 未结 4 1660
迷失自我
迷失自我 2020-12-04 16:30

I am using this guide for integrating wicked_pdf on heroku. But somehow it doesn\'t seem to work. I got the logs from heroku and its says this:

Processing Pd         


        
4条回答
  •  甜味超标
    2020-12-04 17:01

    After looking at your Edit part which says "undefined method empty? for #

    This means you are somewhere using empty? function on a path Object whereas empty? is a function of a string and not path.

    try to find out where you have used a path Object and use to_s on that object.

    Try it out.

提交回复
热议问题