Merge branch '3354-render-textile' closes #3354
[arvados.git] / apps / workbench / app / models / group.rb
index a91b729c86d1ba12220a5813da75ba2b7a44172f..d47819893a84296685ef1fd9a9d9fc81ae8d98ea 100644 (file)
@@ -25,12 +25,6 @@ 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)
-  end
-
   def textile_attributes
     [ 'description' ]
   end