Track incomes
This commit is contained in:
parent
ab00344de0
commit
e098ab48ca
19 changed files with 337 additions and 1 deletions
13
test/fixtures/incomes.yml
vendored
Normal file
13
test/fixtures/incomes.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
description: MyString
|
||||
included: false
|
||||
amount: 9.99
|
||||
member: one
|
||||
|
||||
two:
|
||||
description: MyString
|
||||
included: false
|
||||
amount: 9.99
|
||||
member: two
|
Loading…
Add table
Add a link
Reference in a new issue