Rename owned_items to contents.
[arvados.git] / apps / workbench / app / controllers / groups_controller.rb
index 358cb2c8686c039385782db7e7bbbc1fb3c9f459..416969f359f6d85f30ad077e213b1558b34ed724 100644 (file)
@@ -15,7 +15,7 @@ class GroupsController < ApplicationController
   end
 
   def show
-    @objects = @object.owned_items include_linked: true
+    @objects = @object.contents include_linked: true
     super
   end
 end