11501: Simplified helper method call. Changed wording of run time description.
[arvados.git] / apps / workbench / app / models / job_task_work_unit.rb
1 class JobTaskWorkUnit < ProxyWorkUnit
2   def title
3     "job task"
4   end
5 end