Update vehicle.rb

This commit is contained in:
2019-11-12 12:15:59 -05:00
committed by GitHub
parent f78c0338b4
commit 5df9d324bc

View File

@@ -20,7 +20,7 @@ class Vehicle < ActiveRecord::Base
validates_presence_of :customer validates_presence_of :customer
validates :vin, uniqueness: true validates :vin, uniqueness: true
before_save :decode_vin before_save :decode_vin
#after_find :get_details after_find :get_details
self.primary_key = :id self.primary_key = :id