budget/app/views/incomes/_income.json.jbuilder
2022-11-20 16:02:41 -05:00

2 lines
141 B
Ruby

json.extract! income, :id, :description, :included, :amount, :member_id, :created_at, :updated_at
json.url income_url(income, format: :json)