Update vehicle.rb

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

View File

@@ -32,6 +32,7 @@ class Vehicle < ActiveRecord::Base
def get_details
if not self.vin?
@details = JSON.parse get_decoder.full(self.vin)
end
end
def get_decoder