From b2c3e31671fb9127738de480d3a4081dba79e6b1 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 12 May 2016 09:17:29 -0400 Subject: [PATCH] Update customer.rb --- app/models/customer.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/models/customer.rb b/app/models/customer.rb index c837e52..7c46318 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -11,6 +11,9 @@ class Customer < ActiveRecord::Base unloadable + require 'without_callback' + include WithoutCallback + has_many :issues has_many :qbo_purchases has_many :vehicles