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

2 lines
148 B
Ruby

json.extract! extra_bill, :id, :description, :amount, :deduct_autopaid, :created_at, :updated_at
json.url extra_bill_url(extra_bill, format: :json)