Sha256: 40c9baaf151c838792bf7f4fe40c49d22b33a9f1ad58154faed0a5e3ea1c23d5
Contents?: true
Size: 436 Bytes
Versions: 3
Compression:
Stored size: 436 Bytes
Contents
module Xeroizer module Record module Payroll class PayTemplateModel < PayrollBaseModel end class PayTemplate < PayrollBase has_many :earnings_lines has_many :deduction_lines has_many :super_lines has_many :reimbursement_lines has_many :leave_lines # US Payroll fields has_many :benefit_lines end end end end
Version data entries
3 entries across 3 versions & 2 rubygems