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:
@@ -33,6 +33,7 @@ class Vehicle < ActiveRecord::Base
|
|||||||
if not self.vin?
|
if not self.vin?
|
||||||
@details = JSON.parse get_decoder.full(self.vin)
|
@details = JSON.parse get_decoder.full(self.vin)
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
def get_decoder
|
def get_decoder
|
||||||
#TODO API Code via Settings
|
#TODO API Code via Settings
|
||||||
|
|||||||
Reference in New Issue
Block a user