vita_app/app/models/tr_payment.rb
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +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