summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-03 21:24:45 -0500
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-03 21:24:45 -0500
commit271f890f06ac94a785f3223d0c44a7fa8b9d74f7 (patch)
treeb3628277be3079937743758e1af65bc5103f2a85 /app/models
parentb8c14b654255376d79fae55e139a968930be4569 (diff)
Log out button
Diffstat (limited to 'app/models')
-rw-r--r--app/models/game.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/game.rb b/app/models/game.rb
index b3b6977..a181c26 100644
--- a/app/models/game.rb
+++ b/app/models/game.rb
@@ -1,3 +1,2 @@
class Game < ActiveRecord::Base
- has_many :game_attributes
end