We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BasicGroupSerializer
1 parent 784e9e7 commit 0beedd0Copy full SHA for 0beedd0
app/controllers/discourse_teambuild/targets_controller.rb
@@ -18,7 +18,7 @@ def index
18
rest_serializer: true,
19
root: "teambuild_targets",
20
extras: {
21
- groups: Group.all,
+ groups: serialize_data(Group.all, BasicGroupSerializer),
22
},
23
)
24
end
0 commit comments