aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-03-21 21:09:48 -0300
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-21 18:16:18 -0700
commit16cad60fd3734740f30ddc770f60da8a5a8deb97 (patch)
treea3d85f89219dd4812ca3f45f55758a7289ca5678 /activesupport/lib/active_support
parent4884f28c8035f98b6cacd68e6476254f553ae020 (diff)
downloadrails-16cad60fd3734740f30ddc770f60da8a5a8deb97.tar.gz
rails-16cad60fd3734740f30ddc770f60da8a5a8deb97.tar.bz2
rails-16cad60fd3734740f30ddc770f60da8a5a8deb97.zip
avoid active_support/core_ext/time/conversions.rb warnings
[#4250 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/core_ext/time/conversions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/time/conversions.rb b/activesupport/lib/active_support/core_ext/time/conversions.rb
index 6d9c080442..86103ebce2 100644
--- a/activesupport/lib/active_support/core_ext/time/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/time/conversions.rb
@@ -1,4 +1,5 @@
require 'active_support/inflector'
+require 'active_support/core_ext/time/publicize_conversion_methods'
require 'active_support/values/time_zone'
class Time