2022-11-20 15:43:33 -05:00
|
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
|
2023-11-22 21:41:03 -05:00
|
|
|
monthly_expense:
|
|
|
|
description: Monthly Expense
|
|
|
|
payment: 120.00
|
|
|
|
period: monthly
|
|
|
|
credit_card: true
|
|
|
|
estimated: false
|
|
|
|
|
|
|
|
annual_expense:
|
|
|
|
description: Annual Expense
|
|
|
|
payment: 120.00
|
|
|
|
period: annually
|
|
|
|
credit_card: true
|
|
|
|
estimated: false
|
|
|
|
|
|
|
|
weekly_expense:
|
|
|
|
description: Weekly Expense
|
|
|
|
payment: 120.00
|
|
|
|
period: weekly
|
2023-03-03 18:12:59 -05:00
|
|
|
credit_card: false
|
2022-11-20 15:43:33 -05:00
|
|
|
estimated: false
|
|
|
|
|
2023-11-22 21:41:03 -05:00
|
|
|
quarterly_expense:
|
|
|
|
description: Quarterly Expense
|
|
|
|
payment: 120.00
|
|
|
|
period: quarterly
|
2023-03-03 18:12:59 -05:00
|
|
|
credit_card: false
|
2022-11-20 15:43:33 -05:00
|
|
|
estimated: false
|