idn_app/app/models/tr_payment.rb
2016-07-29 20:23:40 +02:00

6 lines
112 B
Ruby
Executable File

class TrPayment < ActiveRecord::Base
belongs_to :tr_payment_type
belongs_to :tr_payment_bank_account
end