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