Update vehicle.rb

This commit is contained in:
2016-04-25 12:55:06 -04:00
parent 723ad5bc53
commit f8f3870405

View File

@@ -26,7 +26,7 @@ class Vehicle < ActiveRecord::Base
def decode_vin
if vin?
e = VIN.full(vin)
e = Edmunds::Api::VinDecoding::Full.find_by(vin: vin)
vehicle = JSON.parse(e)
year = vehicle[:years][:year]
make = vehicle[:make][:name]