Merge branch '11510-sdk-extend-files' refs #11510
[arvados.git] / apps / workbench / app / models / log.rb
index f6280e3016cb2eb1cf5b1c1da07bb347c3874794..39d585bf90bb6f3aded909321a1e4a7652dec015 100644 (file)
@@ -1,3 +1,8 @@
-class Log < OrvosBase
+class Log < ArvadosBase
   attr_accessor :object
+  def self.creatable?
+    # Technically yes, but not worth offering: it will be empty, and
+    # you won't be able to edit it.
+    false
+  end
 end