3 lines
154 B
Text
3 lines
154 B
Text
|
json.extract! expense, :id, :description, :payment, :period, :autopaid, :estimated, :created_at, :updated_at
|
||
|
json.url expense_url(expense, format: :json)
|