diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-06-08 11:46:40 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-06-08 11:46:40 +0200 |
commit | 8e7f8ef5d6209367734530b258f5fbeb0fc24c28 (patch) | |
tree | 91feaa3b9b23fb00b4de956e2d683da3a04bf912 | |
parent | 1a971d0f1013aca74024abf5c04a3700242bf541 (diff) | |
parent | 8c1b99ced51cb03ac6fd9f72e45e9c40b054eff4 (diff) | |
download | rails-8e7f8ef5d6209367734530b258f5fbeb0fc24c28.tar.gz rails-8e7f8ef5d6209367734530b258f5fbeb0fc24c28.tar.bz2 rails-8e7f8ef5d6209367734530b258f5fbeb0fc24c28.zip |
Merge pull request #20476 from hanachin/fix-core_text
Fix core_text -> core_ext
-rw-r--r-- | guides/source/active_support_core_extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md index b2b12290db..01bf928407 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -2895,7 +2895,7 @@ The method `transform_values` accepts a block and returns a hash that has applie ``` There's also the bang variant `transform_values!` that applies the block operations to values in the very receiver. -NOTE: Defined in `active_support/core_text/hash/transform_values.rb`. +NOTE: Defined in `active_support/core_ext/hash/transform_values.rb`. ### Slicing |