turniere-backend/app/models/tournament.rb

5 lines
72 B
Ruby

# frozen_string_literal: true
class Tournament < ApplicationRecord
end