Class: SpreeCmCommissioner::Vehicle

Inherits:
Base
  • Object
show all
Includes:
VehicleKind
Defined in:
app/models/spree_cm_commissioner/vehicle.rb

Constant Summary

Constants included from VehicleKind

SpreeCmCommissioner::VehicleKind::VEHICLE_KINDS

Instance Method Summary collapse

Methods included from VehicleKind

#display_vehicle_kind, options

Instance Method Details

#display_nameObject



18
19
20
# File 'app/models/spree_cm_commissioner/vehicle.rb', line 18

def display_name
  license_plate.present? ? "#{name} (#{license_plate})" : name
end