diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-04-07 20:18:09 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-04-07 20:18:09 -0700 |
commit | 4a5f89fa6441218dc2a1d4839f516ca841662f42 (patch) | |
tree | c4172a74f3a116e2d3887f92c3eeff30417e9f92 /activesupport | |
parent | d848b7817fe5ce044709e09fa96464d0d6020c9d (diff) | |
download | rails-4a5f89fa6441218dc2a1d4839f516ca841662f42.tar.gz rails-4a5f89fa6441218dc2a1d4839f516ca841662f42.tar.bz2 rails-4a5f89fa6441218dc2a1d4839f516ca841662f42.zip |
Unneeded require
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/time_with_zone.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/time_with_zone.rb b/activesupport/lib/active_support/time_with_zone.rb index b8bce8379f..9dcf75ff96 100644 --- a/activesupport/lib/active_support/time_with_zone.rb +++ b/activesupport/lib/active_support/time_with_zone.rb @@ -1,4 +1,3 @@ -require 'tzinfo' require 'active_support/duration' require 'active_support/core_ext/numeric/time' require 'active_support/core_ext/integer/time' |