Add extra bills tracking
This commit is contained in:
parent
a21639ff6f
commit
63487a9cba
22 changed files with 353 additions and 3 deletions
11
test/fixtures/extra_bills.yml
vendored
Normal file
11
test/fixtures/extra_bills.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
description: MyString
|
||||
amount: 9.99
|
||||
deduct_autopaid: false
|
||||
|
||||
two:
|
||||
description: MyString
|
||||
amount: 9.99
|
||||
deduct_autopaid: false
|
Loading…
Add table
Add a link
Reference in a new issue