20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / helpers / collections_helper.rb
diff --git a/apps/workbench/app/helpers/collections_helper.rb b/apps/workbench/app/helpers/collections_helper.rb
deleted file mode 100644 (file)
index df0ba22..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-module CollectionsHelper
-  def d3ify_links(links)
-    links.collect do |x|
-      {source: x.tail_uuid, target: x.head_uuid, type: x.name}
-    end
-  end
-
-  def self.match(uuid)
-    /^([a-f0-9]{32}(\+[0-9]+)?)(\+.*)?$/.match(uuid.to_s)
-  end
-end