pinrails/app/models/player.rb

5 lines
68 B
Ruby

# frozen_string_literal: true
class Player < ApplicationRecord
end