This commit is contained in:
Nicolas Bally 2015-01-29 23:09:31 +01:00
parent 2977498884
commit 5f03ed31b5

View File

@ -0,0 +1,10 @@
if Rails.env.production?
WickedPdf.config = {
:exe_path => "/usr/local/bin/wkhtmltopdf"
}
else
WickedPdf.config = {
:exe_path => "/usr/local/bin/wkhtmltopdf"
}
end