aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.md
diff options
context:
space:
mode:
authorRashmi Yadav <rays.rashmi@gmail.com>2013-09-13 18:44:14 +0200
committerRashmi Yadav <rays.rashmi@gmail.com>2013-09-13 18:44:14 +0200
commitab5a4b59be903a5897eca69bb3fe49c79fc80806 (patch)
tree1e39ac19e6ebc12a839bc634fca88b024826d30d /guides/source/active_support_core_extensions.md
parent6b935d2c15a004e2d6f527e7bd7684e0dad96386 (diff)
downloadrails-ab5a4b59be903a5897eca69bb3fe49c79fc80806.tar.gz
rails-ab5a4b59be903a5897eca69bb3fe49c79fc80806.tar.bz2
rails-ab5a4b59be903a5897eca69bb3fe49c79fc80806.zip
Updated the file path [ci skip]
Diffstat (limited to 'guides/source/active_support_core_extensions.md')
-rw-r--r--guides/source/active_support_core_extensions.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md
index c072330842..ec2928ee05 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -2000,7 +2000,7 @@ Produce a string representation of a number in human-readable words:
1234567890123456.to_s(:human) # => "1.23 Quadrillion"
```
-NOTE: Defined in `active_support/core_ext/numeric/formatting.rb`.
+NOTE: Defined in `active_support/core_ext/numeric/conversions.rb`.
Extensions to `Integer`
-----------------------
@@ -2445,7 +2445,7 @@ dup[1][2] = 4
array[1][2] == nil # => true
```
-NOTE: Defined in `active_support/core_ext/array/deep_dup.rb`.
+NOTE: Defined in `active_support/core_ext/object/deep_dup.rb`.
### Grouping
@@ -2671,7 +2671,7 @@ hash[:b][:e] == nil # => true
hash[:b][:d] == [3, 4] # => true
```
-NOTE: Defined in `active_support/core_ext/hash/deep_dup.rb`.
+NOTE: Defined in `active_support/core_ext/object/deep_dup.rb`.
### Diffing
@@ -3873,4 +3873,4 @@ rescue NameError => e
end
```
-NOTE: Defined in `active_support/core_ext/load_error.rb`.
+NOTE: Defined in `actionpack/lib/abstract_controller/helpers.rb`.