Sha256: 1e8a7f66eea1dbb6e2aaa922f842539427e90d9cef07b2894a369d81c6f5c1ca
Contents?: true
Size: 400 Bytes
Versions: 3
Compression:
Stored size: 400 Bytes
Contents
module Xeroizer module Record module Payroll class PayItemsModel < PayrollBaseModel set_permissions :read end class PayItems < PayrollBase has_many :earnings_types has_many :benefit_types has_many :deduction_types has_many :reimbursement_types has_many :time_off_types end end end end
Version data entries
3 entries across 3 versions & 2 rubygems