class TZInfo::Timezone
def all_country_zones
-
(Array- an `Array` of all the time zones that are)
def all_country_zones Country.all.map(&:zones).flatten.uniq end
(Array)
- an `Array` of all the time zones that are
def all_country_zones Country.all.map(&:zones).flatten.uniq end