turniere-backend/app/models/group.rb

7 lines
109 B
Ruby

# frozen_string_literal: true
class Group < ApplicationRecord
belongs_to :matches
belongs_to :teams
end