display VIN & Customer on search event_description

This commit is contained in:
2026-02-21 19:20:28 -05:00
parent 550601b5c9
commit ae7ccbf4b0

View File

@@ -63,7 +63,7 @@ class Vehicle < ActiveRecord::Base
end
def event_description
"#{vin} #{year} #{make} #{model}"
"#{vin} - #{customer}"
end
def event_url