Update issue_patch.rb

This commit is contained in:
2016-06-02 09:47:42 -04:00
parent 4fd35d4cb6
commit e3d26cea23

View File

@@ -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