Sha256: 3f0ee2d11142c5b4ee303c908b2bce15414ca43a69f5f7c37113f9086ce80851
Contents?: true
Size: 262 Bytes
Versions: 29
Compression:
Stored size: 262 Bytes
Contents
module Billing class OperatorFiscalDriverMapping < ActiveRecord::Base self.table_name = "billing_op_fp_mappings" belongs_to :operator, inverse_of: :operator_fiscal_driver_mappings belongs_to :extface_driver, class_name: 'Extface::Driver' end end
Version data entries
29 entries across 29 versions & 1 rubygems