Track incomes

This commit is contained in:
Andrew Tomaka 2022-11-20 16:02:41 -05:00
parent ab00344de0
commit e098ab48ca
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
19 changed files with 337 additions and 1 deletions

3
app/models/income.rb Normal file
View file

@ -0,0 +1,3 @@
class Income < ApplicationRecord
belongs_to :member
end