discourse/app/serializers/associated_group_serializer.rb

6 lines
139 B
Ruby

# frozen_string_literal: true
class AssociatedGroupSerializer < ApplicationSerializer
attributes :id, :name, :provider_name, :label
end