# frozen_string_literal: true

class PrimaryGroupSerializer < ApplicationSerializer
  attributes :id, :name
end