class method
self.zones_map
Ruby on Rails 3.0.20
Since v2.3.18Signature
self.zones_map()
No documentation comment.
Source
# File activesupport/lib/active_support/values/time_zone.rb, line 341
def zones_map
@zones_map ||= Hash[MAPPING.map { |place, _| [place, create(place)] }]
end
Defined in activesupport/lib/active_support/values/time_zone.rb line 341
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeZone