summaryrefslogtreecommitdiff
path: root/app/models/game.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-23 13:08:14 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-23 13:08:14 -0400
commit8634fa265d74e60790140b90e6bbf2588b96dbf3 (patch)
tree1ccf860f92abbfbe5e79e562edaf0b394593c01b /app/models/game.rb
parentbf25ee5407f6101c1f60de8fa96d248e02802131 (diff)
parentb6d146624b6d3e78c24d3bade5eb558f0a9f626b (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
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 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