mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update vehicle.rb
This commit is contained in:
@@ -20,7 +20,7 @@ class Vehicle < ActiveRecord::Base
|
||||
validates_presence_of :customer
|
||||
validates :vin, uniqueness: true
|
||||
before_save :decode_vin
|
||||
#after_find :get_details
|
||||
after_find :get_details
|
||||
|
||||
self.primary_key = :id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user