diff options
author | wycats <wycats@gmail.com> | 2010-10-10 16:11:04 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-10-10 16:12:04 -0700 |
commit | cc8e386d08d83ca1ad0c5da863f588b4c4fbe62c (patch) | |
tree | 2079f657bb46369940c65b47e968e436ef4d134f /activesupport/lib | |
parent | de05e1c33ce13069025d1531e082adc5fe62e79a (diff) | |
download | rails-cc8e386d08d83ca1ad0c5da863f588b4c4fbe62c.tar.gz rails-cc8e386d08d83ca1ad0c5da863f588b4c4fbe62c.tar.bz2 rails-cc8e386d08d83ca1ad0c5da863f588b4c4fbe62c.zip |
Always pull in version for frameworks (standardize autoload / require / none)
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support.rb | 2 |
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 |