X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fmodels%2Fgame_platform.rb;fp=app%2Fmodels%2Fgame_platform.rb;h=379684e06881c1cb49ef4761acc493ddf0bde00c;hb=064ef703594868b7ace2ebe131ba145e27aef6d2;hp=0000000000000000000000000000000000000000;hpb=f102e2d11bd1633579c7cfc244a38a9d8929bd06;p=cs356-p2-videostore.git diff --git a/app/models/game_platform.rb b/app/models/game_platform.rb new file mode 100644 index 0000000..379684e --- /dev/null +++ b/app/models/game_platform.rb @@ -0,0 +1,3 @@ +class GamePlatform < ActiveRecord::Base + belongs_to :game +end