From 271f890f06ac94a785f3223d0c44a7fa8b9d74f7 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Mon, 3 Mar 2014 21:24:45 -0500 Subject: Log out button --- app/models/game.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/models') 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 -- cgit v1.2.3-2-g168b