From b8002df5af6ccb975c2485eed40162bdcbde8c02 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 22 Apr 2016 13:16:46 -0400 Subject: [PATCH] Update issue_patch.rb --- lib/issue_patch.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/issue_patch.rb b/lib/issue_patch.rb index 995a8a5..4dd86bd 100644 --- a/lib/issue_patch.rb +++ b/lib/issue_patch.rb @@ -26,6 +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, primary_key: :id end end @@ -41,4 +42,4 @@ module IssuePatch end # Add module to Issue -Issue.send(:include, IssuePatch) \ No newline at end of file +Issue.send(:include, IssuePatch)