aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-10-10 16:11:04 -0700
committerwycats <wycats@gmail.com>2010-10-10 16:12:04 -0700
commitcc8e386d08d83ca1ad0c5da863f588b4c4fbe62c (patch)
tree2079f657bb46369940c65b47e968e436ef4d134f /activesupport
parentde05e1c33ce13069025d1531e082adc5fe62e79a (diff)
downloadrails-cc8e386d08d83ca1ad0c5da863f588b4c4fbe62c.tar.gz
rails-cc8e386d08d83ca1ad0c5da863f588b4c4fbe62c.tar.bz2
rails-cc8e386d08d83ca1ad0c5da863f588b4c4fbe62c.zip
Always pull in version for frameworks (standardize autoload / require / none)
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index d2a845db3a..6b87774978 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -35,6 +35,7 @@ module ActiveSupport
end
require "active_support/dependencies/autoload"
+require "active_support/version"
module ActiveSupport
extend ActiveSupport::Autoload
@@ -43,7 +44,6 @@ module ActiveSupport
autoload :FileUpdateChecker
autoload :LogSubscriber
autoload :Notifications
- autoload :VERSION
# TODO: Narrow this list down
eager_autoload do