budget/app/views/credit_card_bills/_credit_card_bill.json.jbuilder

3 lines
148 B
Text
Raw Normal View History

2023-03-03 18:12:59 -05:00
json.extract! credit_card_bill, :id, :description, :amount, :created_at, :updated_at
json.url credit_card_bill_url(credit_card_bill, format: :json)