Update customer.rb

This commit is contained in:
2016-05-12 09:17:29 -04:00
parent 8e62740d4d
commit b2c3e31671

View File

@@ -11,6 +11,9 @@
class Customer < ActiveRecord::Base
unloadable
require 'without_callback'
include WithoutCallback
has_many :issues
has_many :qbo_purchases
has_many :vehicles