1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Divert CoreExtensions mention in docs

This commit is contained in:
Jeremy Kemper 2009-04-22 00:47:25 -07:00
parent b70239b0cf
commit a27192f49a

View file

@ -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:
#