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

@@ -15,8 +15,7 @@ class Customer < ActiveRecord::Base
has_many :purchases
has_many :invoices
has_many :estimates
has_many :vehicles
validates_presence_of :id, :name
self.primary_key = :id