Homies and money moves

This commit is contained in:
Senad Uka
2019-06-20 22:47:39 +02:00
parent 48300b722c
commit 877f0425d0
17 changed files with 150 additions and 4 deletions

4
app/models/money_move.rb Normal file
View File

@@ -0,0 +1,4 @@
class MoneyMove < ApplicationRecord
belongs_to :from_homie, class_name: 'Homie'
belongs_to :to_homie, class_name: 'Homie'
end