Fix RentablePurchases, which saved the wrong customer_id
[cs356-p2-videostore.git] / app / models / gamegenre.rb
index 5a6631a..37c1eff 100644 (file)
@@ -1,2 +1,3 @@
 class Gamegenre < ActiveRecord::Base
+  belongs_to :game
 end