diff options
author | Xavier Noria <fxn@hashref.com> | 2010-08-06 22:06:13 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-08-06 22:46:43 +0200 |
commit | 672c796ac4fe857fde817e7603f74790d4aca0b8 (patch) | |
tree | 2f531efdf6d4be7dc2356352a4887de733746ba6 /railties/guides/source | |
parent | fc01adee79cd38069d89c2e457be99911e2a0ea3 (diff) | |
download | rails-672c796ac4fe857fde817e7603f74790d4aca0b8.tar.gz rails-672c796ac4fe857fde817e7603f74790d4aca0b8.tar.bz2 rails-672c796ac4fe857fde817e7603f74790d4aca0b8.zip |
fix reference to time/calculations.rb in AS guide
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/active_support_core_extensions.textile | 2 |
1 files changed, 1 insertions, 1 deletions
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+: |