Update vehicle.rb

This commit is contained in:
2016-04-27 14:44:21 -04:00
parent 3a64e0d5bd
commit 68846f7910

View File

@@ -36,7 +36,7 @@ class Vehicle < ActiveRecord::Base
end
def doors
@details['numOfDoors'] if @details
return @details['numOfDoors'] if @details
end
private