Homies and money moves
This commit is contained in:
4
app/models/money_move.rb
Normal file
4
app/models/money_move.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class MoneyMove < ApplicationRecord
|
||||
belongs_to :from_homie, class_name: 'Homie'
|
||||
belongs_to :to_homie, class_name: 'Homie'
|
||||
end
|
||||
Reference in New Issue
Block a user