Removed Customer Name from to_s

This commit is contained in:
2016-05-31 09:47:39 -04:00
parent 1b5663fa99
commit 96fcb81d9e

View File

@@ -28,7 +28,7 @@ class Vehicle < ActiveRecord::Base
# returns a human readable string
def to_s
return "#{customer.name} - #{year} #{make} #{model}"
return "#{year} #{make} #{model}"
end
# returns the raw JSON details from EMUNDS