Initial Vehicle Delete

This commit is contained in:
2022-03-14 07:22:43 -04:00
parent d91e7892c3
commit b686110145
34 changed files with 13 additions and 643 deletions

View File

@@ -26,7 +26,6 @@ module IssuePatch
belongs_to :customer_token, primary_key: :id
belongs_to :estimate, primary_key: :id
has_and_belongs_to_many :invoices
belongs_to :vehicle, primary_key: :id
end
end