Merge branch 'master' into 3699-arv-copy
[arvados.git] / apps / workbench / app / models / group.rb
index 558c587a1c9c83d3a0bb824475e0b8f2553e4a0d..d47819893a84296685ef1fd9a9d9fc81ae8d98ea 100644 (file)
@@ -25,9 +25,7 @@ class Group < ArvadosBase
     group_class == 'project' ? 'Project' : super
   end
 
-  def editable?
-    respond_to?(:writable_by) and
-      writable_by and
-      writable_by.index(current_user.uuid)
+  def textile_attributes
+    [ 'description' ]
   end
 end