ameft
Results
1
comments of
ameft
I found myself with a similar error after upgrading to Rails 7. This was my initial working code: ```ruby WickedPdf.new.pdf_from_string( ActionController::Base.new.render_to_string( template: "model/action", layout: "layouts/pdf.html.erb", ) ) ``` Which returned...