Merge remote-tracking branch 'origin/master' into 2049-run-job-from-workbench
[arvados.git] / apps / workbench / app / models / link.rb
index 07de4478700af803f4b54fb2be029e7e6c96aae3..899a80022ced45b28ce618f2fc847f268550750a 100644 (file)
@@ -4,8 +4,4 @@ class Link < ArvadosBase
   def self.by_tail(t, opts={})
     where(opts.merge :tail_kind => t.kind, :tail_uuid => t.uuid)
   end
-
-  def friendly_link_name
-    "(#{link_class}) #{tail_kind.sub 'arvados#', ' '} #{name} #{head_kind.sub 'arvados#', ' '}"
-  end
 end