summaryrefslogtreecommitdiffhomepage
path: root/app/models/game.rb
diff options
context:
space:
mode:
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 fbdc561..07c5098 100644
--- a/app/models/game.rb
+++ b/app/models/game.rb
@@ -4,5 +4,5 @@ class Game < ApplicationRecord
# published: 1
#}
#belongs_to :user
- has_one_attached :game_file
+ has_many_attached :game_files
end