aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre <Coaxial@users.noreply.github.com>2015-06-07 21:24:00 -0400
committerPierre <Coaxial@users.noreply.github.com>2015-06-07 21:24:00 -0400
commit5667256460a1089f7fae7bc7510b376e7b7016a4 (patch)
tree80ee159c110e2b3be7415e75b9fe9b519489d6a8
parentee372bdcebf9ce978152c353ecfd5608dc05038a (diff)
downloadrails-5667256460a1089f7fae7bc7510b376e7b7016a4.tar.gz
rails-5667256460a1089f7fae7bc7510b376e7b7016a4.tar.bz2
rails-5667256460a1089f7fae7bc7510b376e7b7016a4.zip
Add missing NOTE for Time extensions' location
-rw-r--r--guides/source/active_support_core_extensions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md
index e6475f2bb5..b2b12290db 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -1936,6 +1936,8 @@ as well as adding or subtracting their results from a Time object. For example:
(4.months + 5.years).from_now
```
+NOTE: Defined in `active_support/core_ext/numeric/time.rb`
+
### Formatting
Enables the formatting of numbers in a variety of ways.