4533: Merge branch 'master' into 4533-remote-reset
[arvados.git] / services / api / lib / current_api_client.rb
index b2c4db8329d97c507f44ef66098d53b6fe2fbcc0..9f78587eabe9de75e37f49268d508d832203ad46 100644 (file)
@@ -111,7 +111,8 @@ module CurrentApiClient
           $all_users_group = Group.
             where(uuid: all_users_group_uuid).first_or_create do |g|
             g.update_attributes(name: "All users",
-                                description: "All users")
+                                description: "All users",
+                                group_class: "role")
           end
         end
       end