aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorBarry Sears <barry.sears@gmail.com>2010-09-29 18:31:58 -0500
committerSantiago Pastorino <santiago@wyeworks.com>2010-10-10 19:46:49 -0200
commitde05e1c33ce13069025d1531e082adc5fe62e79a (patch)
tree57a1a3271dfd2e354b6cba4beb6f1339b0a1af91 /activesupport
parent5ec27189b8b433145baa7270cf4219c5041f6a4c (diff)
downloadrails-de05e1c33ce13069025d1531e082adc5fe62e79a.tar.gz
rails-de05e1c33ce13069025d1531e082adc5fe62e79a.tar.bz2
rails-de05e1c33ce13069025d1531e082adc5fe62e79a.zip
Make ActiveSupport load own version.
[#5739 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 1 insertions, 0 deletions
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