Revert "Add the has_many_polymorphs purchaseable model"
[cs356-p2-videostore.git] / app / models / customer.rb
index 760a3dc..901b9a5 100644 (file)
@@ -1,4 +1,6 @@
 class Customer < ActiveRecord::Base
+  has_many :coitems
+  has_many :bitems
 
   validates_presence_of :name, :email, :phone, :address
   validates_numericality_of :debt