turniere-backend/app/models/match.rb

5 lines
67 B
Ruby

# frozen_string_literal: true
class Match < ApplicationRecord
end