Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / models / job_task.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 class JobTask < ArvadosBase
6   def work_unit(label=nil)
7     JobTaskWorkUnit.new(self, label, self.uuid)
8   end
9 end