turniere-backend/app/serializers/match_serializer.rb

8 lines
138 B
Ruby

# frozen_string_literal: true
class MatchSerializer < ApplicationSerializer
attributes :state, :position
has_many :match_scores
end