X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..a2bfb6d9f3d9e8675a644e9cc9a1bbcdc79f71e6:/apps/workbench/app/models/work_unit.rb diff --git a/apps/workbench/app/models/work_unit.rb b/apps/workbench/app/models/work_unit.rb index f0c4230f2a..493dd2f578 100644 --- a/apps/workbench/app/models/work_unit.rb +++ b/apps/workbench/app/models/work_unit.rb @@ -211,4 +211,8 @@ class WorkUnit def template_uuid # return the uuid of this work unit's template, if one exists end + + def runtime_status + # Returns this work unit's runtime_status, if any + end end