2875: collection description is now textile and also the display is updated.
[arvados.git] / apps / workbench / app / models / collection.rb
index edd87add19ada373ef4892fc532b2ffe8884a8de..40fd930e38a99ae453ff11e01defcedec35af5fb 100644 (file)
@@ -110,4 +110,8 @@ class Collection < ArvadosBase
     end
   end
 
+  def textile_attributes
+    [ 'description' ]
+  end
+
 end