Update issue_patch.rb

This commit is contained in:
2016-04-22 13:16:46 -04:00
parent 7356e99981
commit b8002df5af

View File

@@ -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)
Issue.send(:include, IssuePatch)