diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-03-02 19:37:46 -0600 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-03-02 19:37:46 -0600 |
commit | be9445f430c0fdb01af549ebc77b76ad01649a05 (patch) | |
tree | 9cefd9f365586250f983446674715db2b5e624c7 /activesupport | |
parent | a344934fe9c27938c0f3075452eebfb9ca390916 (diff) | |
download | rails-be9445f430c0fdb01af549ebc77b76ad01649a05.tar.gz rails-be9445f430c0fdb01af549ebc77b76ad01649a05.tar.bz2 rails-be9445f430c0fdb01af549ebc77b76ad01649a05.zip |
Fix bad crossref in RDoc for ActiveSupport::CoreExtensions::Date::Calculations
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/date/calculations.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/date/calculations.rb b/activesupport/lib/active_support/core_ext/date/calculations.rb index 43d70c7013..7f94da015b 100644 --- a/activesupport/lib/active_support/core_ext/date/calculations.rb +++ b/activesupport/lib/active_support/core_ext/date/calculations.rb @@ -1,7 +1,7 @@ module ActiveSupport #:nodoc: module CoreExtensions #:nodoc: module Date #:nodoc: - # Enables the use of time calculations within Time itself + # Enables the use of time calculations within Date itself module Calculations def self.included(base) #:nodoc: base.extend ClassMethods |