Track expenses
This commit is contained in:
parent
7521ebaa45
commit
e588ab3db0
19 changed files with 374 additions and 0 deletions
2
app/views/expenses/_expense.json.jbuilder
Normal file
2
app/views/expenses/_expense.json.jbuilder
Normal file
|
@ -0,0 +1,2 @@
|
|||
json.extract! expense, :id, :description, :payment, :period, :autopaid, :estimated, :created_at, :updated_at
|
||||
json.url expense_url(expense, format: :json)
|
Loading…
Add table
Add a link
Reference in a new issue