turniere-backend/app/serializers/tournament_serializer.rb

8 lines
154 B
Ruby

# frozen_string_literal: true
class TournamentSerializer < SimpleTournamentSerializer
attributes :description
has_many :stages
has_many :teams
end