Module: Levtera::Concerns::Vehicle

Extended by:
ActiveSupport::Concern
Defined in:
lib/levtera/concerns/vehicle.rb

Constant Summary collapse

ENGINE_FEEDINGS_NAMES =
{
  car:        %w(Gasolina Diesel Flex GNV Álcool Híbrido TetraFuel),
  motorcycle: %w(Gasolina Flex)
}