I had the same problem. The solution was to add wkhtmltopdf-binary to the gem file and run bundle install. gem "wicked_pdf" gem "wkhtmltopdf-binary" I had ...
確定! 回上一頁