Skip to content

Commit

Permalink
fix typo in new wickedpdf config
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Mar 20, 2024
1 parent 418ae14 commit 60dbbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/wicked_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module DMPRoadmap
# WickedPDF gem configuration
class Application < Rails::Application
WickedPdf.configure do |c|
c.exe_path: Rails.configuration.x.dmproadmap.wkhtmltopdf_path
c.exe_path = Rails.configuration.x.dmproadmap.wkhtmltopdf_path
end
end
end

0 comments on commit 60dbbea

Please sign in to comment.