turniere-backend/app/serializers/match_score_serializer.rb

8 lines
127 B
Ruby

# frozen_string_literal: true
class MatchScoreSerializer < ApplicationSerializer
attributes :points
belongs_to :team
end