aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-04-22 00:47:25 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-04-22 00:47:25 -0700
commita27192f49a7f41d74e5e68bce0c58d3923a79d77 (patch)
treecedabb4aa8844c0a3c9769d37e24f15fdfa585bb /activesupport/lib/active_support
parentb70239b0cfb5ea8c00ff6375d007a924e21b4515 (diff)
downloadrails-a27192f49a7f41d74e5e68bce0c58d3923a79d77.tar.gz
rails-a27192f49a7f41d74e5e68bce0c58d3923a79d77.tar.bz2
rails-a27192f49a7f41d74e5e68bce0c58d3923a79d77.zip
Divert CoreExtensions mention in docs
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/time_with_zone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/time_with_zone.rb b/activesupport/lib/active_support/time_with_zone.rb
index 69abb80721..aa448debda 100644
--- a/activesupport/lib/active_support/time_with_zone.rb
+++ b/activesupport/lib/active_support/time_with_zone.rb
@@ -20,7 +20,7 @@ module ActiveSupport
# Time.zone.now # => Sun, 18 May 2008 13:07:55 EDT -04:00
# Time.utc(2007, 2, 10, 20, 30, 45).in_time_zone # => Sat, 10 Feb 2007 15:30:45 EST -05:00
#
- # See TimeZone and ActiveSupport::CoreExtensions::Time::Zones for further documentation for these methods.
+ # See Time and TimeZone for further documentation of these methods.
#
# TimeWithZone instances implement the same API as Ruby Time instances, so that Time and TimeWithZone instances are interchangable. Examples:
#