summaryrefslogtreecommitdiff
path: root/app/models/game.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-23 12:54:11 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-23 12:54:11 -0400
commitb6d146624b6d3e78c24d3bade5eb558f0a9f626b (patch)
treed77bb48d8d09b5e0880b2ad33f957f88f4b43b81 /app/models/game.rb
parentc846cd71411ec3373a5229cacafe0df6b3673543 (diff)
Removed whitespace, added support for sampling_methods in view, modified seeds
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