Address.all.each{ |a| a.destroy } TaxLine.all.each{ |t| t.destroy } Product.all.each{ |p| p.destroy } Order.all.each{ |o| o.destroy } Customer.all.each{ |c| c.destroy }