mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update vehicle.rb
This commit is contained in:
@@ -16,7 +16,7 @@ class Vehicle < ActiveRecord::Base
|
||||
attr_accessible :year, :make, :model, :customer_id, :notes, :vin
|
||||
validates_presence_of :customer_id
|
||||
validates :vin, uniqueness: true
|
||||
validate :decode_vin
|
||||
before_save :decode_vin
|
||||
after_initialize :get_details
|
||||
|
||||
# returns a human readable string
|
||||
|
||||
Reference in New Issue
Block a user