summaryrefslogtreecommitdiffhomepage
path: root/app/models/game.rb
blob: fbdc5613890ce9e7b8ba50ee48ed595686cf4cf2 (plain)
1
2
3
4
5
6
7
8
class Game < ApplicationRecord
  #enum status: { 
  #  draft: 0,
  #  published: 1
  #}
  #belongs_to :user
  has_one_attached :game_file
end