Class: AUB::Payroll::SummaryFile::CustomPDFKit

Inherits:
PDFKit
  • Object
show all
Defined in:
lib/aub/payroll/summary_file/custom_pdf_kit.rb

Overview

just overriding executable so its easy to configure this for the gem directly

Instance Method Summary collapse

Instance Method Details

#executableObject



7
8
9
# File 'lib/aub/payroll/summary_file/custom_pdf_kit.rb', line 7

def executable
  AUB::Payroll.configuration.wkhtmltopdf_bin
end