# frozen_string_literal: true class SimpleTournamentSerializer < ApplicationSerializer attributes :name, :code, :description, :public end