Fix crash when pipeline template is not readable. refs #10003
[arvados.git] / apps / workbench / app / models / container.rb
index b52313280a3611577e325145c76a8ee2ae2e2b0f..0a7c288718f581f89235cb9a9fed9fdcd76d1d8e 100644 (file)
@@ -1,4 +1,8 @@
 class Container < ArvadosBase
+  def self.creatable?
+    false
+  end
+
   def work_unit(label=nil)
     ContainerWorkUnit.new(self, label)
   end