heylium_app/app/models/tr_payment.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +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