From f9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 23 Feb 2005 15:13:03 +0000 Subject: Moved TimeZone to Active Support git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@768 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support.rb') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 30034a316e..11d5c4e1ec 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -27,3 +27,5 @@ require 'active_support/core_ext' require 'active_support/clean_logger' require 'active_support/misc' require 'active_support/dependencies' + +require 'active_support/values/time_zone' \ No newline at end of file -- cgit v1.2.3