Massive Cleanup
[cs356-p2-videostore.git] / app / models / game_platform.rb
diff --git a/app/models/game_platform.rb b/app/models/game_platform.rb
new file mode 100644 (file)
index 0000000..379684e
--- /dev/null
@@ -0,0 +1,3 @@
+class GamePlatform < ActiveRecord::Base
+  belongs_to :game
+end