Method: AutomobileMakeModel#model_years
- Defined in:
- lib/earth/automobile/automobile_make_model.rb
#model_years ⇒ Object
for deriving fuel codes and type name
51 52 53 |
# File 'lib/earth/automobile/automobile_make_model.rb', line 51 def model_years AutomobileMakeModelYear.where(:make_name => make_name, :model_name => model_name) end |