turniere-backend/app/models/team.rb

6 lines
91 B
Ruby

# frozen_string_literal: true
class Team < ApplicationRecord
belongs_to :tournament
end