2 lines
105 B
Ruby
2 lines
105 B
Ruby
json.extract! @ticket, :id, :client_id, :bill_id, :title, :description, :state, :created_at, :updated_at
|