idn_app/app/models/tr_payment.rb
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

6 lines
112 B
Ruby

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