wicked_pdf icon indicating copy to clipboard operation
wicked_pdf copied to clipboard

Handle PdfHelper include vs prepend with separate modules

Open adzap opened this issue 5 years ago • 16 comments

As a solution to the current infinite loop issue, I've approached it by handling include vs prepend slightly differently so that you are just using alias_method_chain or super respectively. No getting these jumbled by using a single module to handle both cases.

adzap avatar Mar 24 '19 11:03 adzap