From e3d26cea234cfb728e20c1aaee19fd9b1ccc43e9 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 2 Jun 2016 09:47:42 -0400 Subject: [PATCH] Update issue_patch.rb --- lib/issue_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/issue_patch.rb b/lib/issue_patch.rb index 2b32814..e3d9d02 100644 --- a/lib/issue_patch.rb +++ b/lib/issue_patch.rb @@ -26,7 +26,7 @@ module IssuePatch belongs_to :qbo_item, primary_key: :id belongs_to :qbo_estimate, primary_key: :id belongs_to :qbo_invoice, primary_key: :id - belongs_to :vehicle + belongs_to :vehicle, primary_key: :id end end