Module: WickedPdf::PdfHelper
- Defined in:
- lib/wicked_pdf/pdf_helper.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
3 4 5 6 7 |
# File 'lib/wicked_pdf/pdf_helper.rb', line 3 def self.prepended(base) # Protect from trying to augment modules that appear # as the result of adding other gems. nil if base != ActionController::Base end |