Merge branch 'dev' into hooks

This commit is contained in:
2023-12-30 23:43:10 -05:00
35 changed files with 13 additions and 644 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