20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / models / link.rb
diff --git a/apps/workbench/app/models/link.rb b/apps/workbench/app/models/link.rb
deleted file mode 100644 (file)
index 899a800..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-class Link < ArvadosBase
-  attr_accessor :head
-  attr_accessor :tail
-  def self.by_tail(t, opts={})
-    where(opts.merge :tail_kind => t.kind, :tail_uuid => t.uuid)
-  end
-end