Move extra bills to credit cards
This commit is contained in:
parent
c14a408f9a
commit
0887a5f6b9
38 changed files with 242 additions and 251 deletions
|
@ -1,2 +1,2 @@
|
|||
json.extract! expense, :id, :description, :payment, :period, :autopaid, :estimated, :created_at, :updated_at
|
||||
json.extract! expense, :id, :description, :payment, :period, :credit_card, :estimated, :created_at, :updated_at
|
||||
json.url expense_url(expense, format: :json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue