tabletop-companion/app/models/player.rb

7 lines
107 B
Ruby
Raw Normal View History

2024-05-29 08:09:58 +00:00
# frozen_string_literal: true
class Player < ApplicationRecord
belongs_to :user
belongs_to :table
end