Update issue_patch.rb

This commit is contained in:
2016-08-31 23:50:35 -04:00
committed by GitHub
parent 4cae63d02b
commit e3fdc070df

View File

@@ -24,7 +24,7 @@ module IssuePatch
unloadable # Send unloadable so it will not be unloaded in development
belongs_to :customer, primary_key: :id
belongs_to :qbo_estimate, primary_key: :id
has_many :qbo_invoice, primary_key: :id
belongs_to :qbo_invoice, primary_key: :id
belongs_to :vehicle, primary_key: :id
end