turniere-backend/app/models/match_score.rb

7 lines
111 B
Ruby

# frozen_string_literal: true
class MatchScore < ApplicationRecord
belongs_to :match
belongs_to :team
end