X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fmodels%2Fcustomer.rb;fp=app%2Fmodels%2Fcustomer.rb;h=5509439cb8f1c87d5f17dfbcfc3eea5e7b31dcdc;hb=9145563a8d27360910c3de21b088f68283f33ba3;hp=673cffdfb01b3e4e22ec4c6197a83be2d6885672;hpb=f96a0f6949f29078cd2c5e3c81d3ac48ac710fbe;p=cs356-p2-videostore.git diff --git a/app/models/customer.rb b/app/models/customer.rb index 673cffd..5509439 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -1,6 +1,5 @@ class Customer < ActiveRecord::Base has_many :coitems - has_many :bitems has_many :merchandise_purchases has_many :rentable_purchases