# frozen_string_literal: true
class AssignedGroupSerializer < ApplicationSerializer
attributes :id, :name
end