35 36 37
# File 'lib/uber/models/request.rb', line 35 def vehicle_name vehicle.nil? ? nil : "#{vehicle.make} #{vehicle.model}" end