budget/app/views/incomes/_income.json.jbuilder

3 lines
141 B
Text
Raw Normal View History

2022-11-20 16:02:41 -05:00
json.extract! income, :id, :description, :included, :amount, :member_id, :created_at, :updated_at
json.url income_url(income, format: :json)