summaryrefslogtreecommitdiffhomepage
path: root/app/models/game.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-05-22 14:59:24 -0400
committerrealtradam <[email protected]>2024-05-22 14:59:24 -0400
commit6cf41b4a5c55c91974e31ac032d969c7481b3e80 (patch)
treed0233a35a60f33f6d7115a26139fd6e61f96c15a /app/models/game.rb
parent3321db8f9c549103ebae46bf025a3135208a2e3b (diff)
downloadgameHolster-6cf41b4a5c55c91974e31ac032d969c7481b3e80.tar.gz
gameHolster-6cf41b4a5c55c91974e31ac032d969c7481b3e80.zip
extract frontend
Diffstat (limited to 'app/models/game.rb')
-rw-r--r--app/models/game.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/game.rb b/app/models/game.rb
index 196bef5..4bba6f7 100644
--- a/app/models/game.rb
+++ b/app/models/game.rb
@@ -3,7 +3,7 @@ class Game < ApplicationRecord
# draft: 0,
# published: 1
#}
- #belongs_to :user
+ belongs_to :user
has_many_attached :game_files
has_one_attached :card_img
has_one_attached :char_img