Add purchases table
[cs356-p2-videostore.git] / app / models / purchase.rb
index 023f423..e688f99 100644 (file)
@@ -1,4 +1,2 @@
 class Purchase < ActiveRecord::Base
-  belongs_to :customer
-  belongs_to :purchaseable, :polymorphic => true
 end