Update issue_patch.rb

This commit is contained in:
2016-05-09 07:25:06 -04:00
parent 53629c59c3
commit 3fcb49a56b

View File

@@ -26,7 +26,7 @@ module IssuePatch
belongs_to :qbo_item, primary_key: :id belongs_to :qbo_item, primary_key: :id
belongs_to :qbo_estimate, primary_key: :id belongs_to :qbo_estimate, primary_key: :id
belongs_to :qbo_invoice, primary_key: :id belongs_to :qbo_invoice, primary_key: :id
belongs_to :vehicle, primary_key: :id belongs_to :vehicle
end end
end end