turniere-backend/app/models/score.rb

7 lines
106 B
Ruby

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