diff --git a/app/models/customer.rb b/app/models/customer.rb index 1b589a4..1cdff70 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -126,7 +126,7 @@ class Customer < ActiveRecord::Base end # remove deleted customers - where.not(customers.map(&:id)).destroy_all + #where.not(customers.map(&:id)).destroy_all end # Magic Method