Show folder contents with editable names.
[arvados.git] / apps / workbench / app / models / arvados_base.rb
index 1cf0d1fe840458a3ba3f805917e71b49154c0bac..81732bad79320abcf78590217dd8a1a28dd6bfbb 100644 (file)
@@ -299,6 +299,10 @@ class ArvadosBase < ActiveRecord::Base
     (name if self.respond_to? :name) || uuid
   end
 
+  def content_summary
+    self.class.to_s
+  end
+
   def selection_label
     friendly_link_name
   end