Update vehicle.rb

This commit is contained in:
2016-04-27 14:11:18 -04:00
parent f2a7c034d0
commit bb9f251e69

View File

@@ -33,6 +33,7 @@ class Vehicle < ActiveRecord::Base
if not self.vin?
@details = JSON.parse get_decoder.full(self.vin)
end
end
def get_decoder
#TODO API Code via Settings