summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-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 ec865d8..345877e 100644
--- a/app/models/game.rb
+++ b/app/models/game.rb
@@ -1,3 +1,3 @@
class Game < ActiveRecord::Base
- has_many :settings, class_name: "GameSetting"
+ has_many :settings, class_name: "GameSetting"
end