Sha256: b04776a02ce964307ece6619a0ba7f102cb5875b1cb793273677f6f855e345ce
Contents?: true
Size: 264 Bytes
Versions: 29
Compression:
Stored size: 264 Bytes
Contents
module Billing class TaxGroupFiscalDriverMapping < ActiveRecord::Base self.table_name = "billing_tg_fp_mappings" belongs_to :tax_group, inverse_of: :tax_group_fiscal_driver_mappings belongs_to :extface_driver, class_name: 'Extface::Driver' end end
Version data entries
29 entries across 29 versions & 1 rubygems