mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in constant name [ci skip]
This commit is contained in:
parent
7452351815
commit
58e18c1aaf
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
* Fix bug where `ActiveSupport::Timezone.all` would fail when tzinfo data for
|
||||
any timezone defined in `ActiveSupport::MAPPING` is missing.
|
||||
any timezone defined in `ActiveSupport::TimeZone::MAPPING` is missing.
|
||||
|
||||
*Dominik Sander*
|
||||
|
||||
|
|
Loading…
Reference in a new issue