X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3af6ef2d42e3e6efb3ea8e1f32d34293f9b1011e..b6017f4edc19188fa26f74ff0da2bedb94841dcf:/apps/workbench/app/models/group.rb diff --git a/apps/workbench/app/models/group.rb b/apps/workbench/app/models/group.rb index 558c587a1c..d47819893a 100644 --- a/apps/workbench/app/models/group.rb +++ b/apps/workbench/app/models/group.rb @@ -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