Track incomes
This commit is contained in:
parent
ab00344de0
commit
e098ab48ca
19 changed files with 337 additions and 1 deletions
3
app/models/income.rb
Normal file
3
app/models/income.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Income < ApplicationRecord
|
||||
belongs_to :member
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue