Files
old-roraccounting/app/models/money_move.rb

5 lines
130 B
Ruby
Raw Normal View History

2019-06-20 22:47:39 +02:00
class MoneyMove < ApplicationRecord
belongs_to :from_homie, class_name: 'Homie'
belongs_to :to_homie, class_name: 'Homie'
end