Merge branch '3112-report-bug' into 3620-admin-only-gear-menu
[arvados.git] / apps / workbench / app / models / group.rb
index 558c587a1c9c83d3a0bb824475e0b8f2553e4a0d..b7ffd638bbc0ae4c7310782d0851704e54b93f6c 100644 (file)
@@ -24,10 +24,4 @@ class Group < ArvadosBase
   def class_for_display
     group_class == 'project' ? 'Project' : super
   end
-
-  def editable?
-    respond_to?(:writable_by) and
-      writable_by and
-      writable_by.index(current_user.uuid)
-  end
 end