diff --git a/app/controllers/vehicles_controller.rb b/app/controllers/vehicles_controller.rb index b52809f..166fd16 100644 --- a/app/controllers/vehicles_controller.rb +++ b/app/controllers/vehicles_controller.rb @@ -42,7 +42,7 @@ class VehiclesController < ApplicationController if @vehicle.vin? @details = @vehicle.details @style = @details['years'][0]['styles'][0]['name'] - @drive = @details['vehicle_drivenWheels'] + @drive = @details['drivenWheels'] @doors = @details['numOfDoors'] end