diff options
Diffstat (limited to 'app/models/game_attribute.rb')
-rw-r--r-- | app/models/game_attribute.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/game_attribute.rb b/app/models/game_attribute.rb deleted file mode 100644 index c12723b..0000000 --- a/app/models/game_attribute.rb +++ /dev/null @@ -1,3 +0,0 @@ -class GameAttribute < ActiveRecord::Base - belongs_to :game -end |