class method
self.zones_map
Ruby on Rails 5.1.7
Since v2.3.18 Private — implementation detail, not part of the public APISignature
self.zones_map()
No documentation comment.
Source
# File activesupport/lib/active_support/values/time_zone.rb, line 271
def zones_map
@zones_map ||= begin
MAPPING.each_key { |place| self[place] } # load all the zones
@lazy_zones_map
end
end
Defined in activesupport/lib/active_support/values/time_zone.rb line 271
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeZone