budget/app/views/extra_bills/_extra_bill.json.jbuilder

3 lines
148 B
Text
Raw Normal View History

2023-02-24 19:08:12 -05:00
json.extract! extra_bill, :id, :description, :amount, :deduct_autopaid, :created_at, :updated_at
json.url extra_bill_url(extra_bill, format: :json)