2 lines
128 B
Ruby
2 lines
128 B
Ruby
json.extract! @bill, :id, :client_id, :title, :description, :amount, :paid, :emission_date, :due_date, :created_at, :updated_at
|