Class: AutomobileFuelType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/earth/automobile/automobile_fuel_type.rb

Constant Summary collapse

CODES =
{
  :electricity => 'El',
  :diesel => 'D'
}