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