class AutomobileActivityYearTypeFuel

Constants

TABLE_STRUCTURE

Public Class Methods

latest() click to toggle source

Used by AutomobileFuel to get records from latest activity year

# File lib/earth/automobile/automobile_activity_year_type_fuel.rb, line 25
def self.latest
  where :activity_year => maximum(:activity_year)
end