class method
self.zones_map
Ruby on Rails 4.1.16
Since v2.3.18Signature
self.zones_map()
No documentation comment.
Source
# File activesupport/lib/active_support/values/time_zone.rb, line 383
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 383
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeZone