aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-04-19 00:19:39 +0900
committerkennyj <kennyj@gmail.com>2012-04-19 00:19:39 +0900
commit8f1a0af7385e7332b958d030fe054b6ff0f8637b (patch)
tree3444bdc6e4c6bdafe780d9f09cca2e5fee9c5d0e /activesupport
parent595e14e1c2b458c51d26286959be6e9ad2ba4b0a (diff)
downloadrails-8f1a0af7385e7332b958d030fe054b6ff0f8637b.tar.gz
rails-8f1a0af7385e7332b958d030fe054b6ff0f8637b.tar.bz2
rails-8f1a0af7385e7332b958d030fe054b6ff0f8637b.zip
Remove unused code. We should use 'active_support/time'.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/time/autoload.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/lib/active_support/time/autoload.rb b/activesupport/lib/active_support/time/autoload.rb
deleted file mode 100644
index c9a7731b39..0000000000
--- a/activesupport/lib/active_support/time/autoload.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-module ActiveSupport
- autoload :Duration, 'active_support/duration'
- autoload :TimeWithZone, 'active_support/time_with_zone'
- autoload :TimeZone, 'active_support/values/time_zone'
-end