From 5667256460a1089f7fae7bc7510b376e7b7016a4 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 7 Jun 2015 21:24:00 -0400 Subject: Add missing NOTE for Time extensions' location --- guides/source/active_support_core_extensions.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides/source') 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. -- cgit v1.2.3