From 672c796ac4fe857fde817e7603f74790d4aca0b8 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 6 Aug 2010 22:06:13 +0200 Subject: fix reference to time/calculations.rb in AS guide --- railties/guides/source/active_support_core_extensions.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/active_support_core_extensions.textile') diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 9d9053d856..9a449debae 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -3201,7 +3201,7 @@ h3. Extensions to +Time+ h4(#time-calculations). Calculations -NOTE: All the following methods are defined in +active_support/core_ext/date_time/calculations.rb+. +NOTE: All the following methods are defined in +active_support/core_ext/time/calculations.rb+. Active Support adds to +Time+ many of the methods available for +DateTime+: -- cgit v1.2.3