turniere-backend/app/serializers/match_serializer.rb

8 lines
127 B
Ruby

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