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

Remove unused code. We should use 'active_support/time'.

This commit is contained in:
kennyj 2012-04-19 00:19:39 +09:00
parent 595e14e1c2
commit 8f1a0af738

View file

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