class BusFuel
Constants
- TABLE_STRUCTURE
Public Instance Methods
latest_fuel_year_controls()
click to toggle source
# File lib/earth/bus/bus_fuel.rb, line 34 def latest_fuel_year_controls fuel_year_controls.where :year => fuel_year_controls.maximum(:year) end