From de05e1c33ce13069025d1531e082adc5fe62e79a Mon Sep 17 00:00:00 2001 From: Barry Sears Date: Wed, 29 Sep 2010 18:31:58 -0500 Subject: [PATCH] Make ActiveSupport load own version. [#5739 state:committed] Signed-off-by: Santiago Pastorino --- activesupport/lib/active_support.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index ba91e8bba3..d2a845db3a 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -43,6 +43,7 @@ module ActiveSupport autoload :FileUpdateChecker autoload :LogSubscriber autoload :Notifications + autoload :VERSION # TODO: Narrow this list down eager_autoload do