2 lines
148 B
Ruby
2 lines
148 B
Ruby
json.extract! extra_bill, :id, :description, :amount, :deduct_autopaid, :created_at, :updated_at
|
|
json.url extra_bill_url(extra_bill, format: :json)
|