From a24f9b78b5cdbd00b9d173f7752d9e6c1ce8bade Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 2 May 2016 13:36:32 -0400 Subject: [PATCH] Update customer.rb --- app/models/customer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/customer.rb b/app/models/customer.rb index c4dd5db..1b589a4 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -15,7 +15,7 @@ class Customer < ActiveRecord::Base has_many :qbo_purchases has_many :vehicles - before_save :qbo + #before_save :qbo attr_accessible :name validates_presence_of :id, :name