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