From c6b234bde1594297b28aa19b01091f8971b258a5 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 17 May 2016 11:52:41 -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 acbba26..49d4f1b 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -11,7 +11,7 @@ class Customer < ActiveRecord::Base unloadable - has_many :issues, :foreign_key => 'customers_id' + has_many :issues has_many :qbo_purchases has_many :vehicles