From 4245dcd5218a4d18c86afa34657a3208ded15573 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 ba91e8bba3931..d2a845db3a18d 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