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