Add ActiveRecord::VERSION autoload

This commit is contained in:
Jeremy Kemper 2008-12-10 11:01:04 -08:00
parent e4c0163f32
commit 9539543026
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ module ActiveRecord
[Base, DynamicFinderMatch, ConnectionAdapters::AbstractAdapter]
end
autoload :VERSION, 'active_record/version'
autoload :ActiveRecordError, 'active_record/base'
autoload :ConnectionNotEstablished, 'active_record/base'