3 lines
141 B
Text
3 lines
141 B
Text
|
json.extract! income, :id, :description, :included, :amount, :member_id, :created_at, :updated_at
|
||
|
json.url income_url(income, format: :json)
|