Sha256: 99c4e3a161a270d8d318438e2790f2866a6faa6482cc7e62baaf3a9859cbda6a
Contents?: true
Size: 273 Bytes
Versions: 36
Compression:
Stored size: 273 Bytes
Contents
module Billing class PaymentTypeFiscalDriverMapping < ActiveRecord::Base self.table_name = "billing_pt_fp_mappings" belongs_to :payment_type, inverse_of: :payment_type_fiscal_driver_mappings belongs_to :extface_driver, class_name: 'Extface::Driver' end end
Version data entries
36 entries across 36 versions & 1 rubygems