diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-07-23 20:51:43 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-07-23 20:51:43 -0700 |
commit | a14f4566dd640b1a90e86872d82b83a2282459e6 (patch) | |
tree | 4524ef64c6e1288db29654fa8be4bb7b48536b8f /activerecord/lib/active_record | |
parent | 9327b4de5880f4e8633d834c0f331cc2fca327f1 (diff) | |
parent | 1efd88283ef68d912df215125951a87526768a51 (diff) | |
download | rails-a14f4566dd640b1a90e86872d82b83a2282459e6.tar.gz rails-a14f4566dd640b1a90e86872d82b83a2282459e6.tar.bz2 rails-a14f4566dd640b1a90e86872d82b83a2282459e6.zip |
Merge pull request #2185 from castlerock/lazy_load_abstract_adapter
lazy load ConnectionAdapters remove require.
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r-- | activerecord/lib/active_record/base.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index c26119287a..2c162a6fc8 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -2166,6 +2166,4 @@ MSG end end -# TODO: Remove this and make it work with LAZY flag -require 'active_record/connection_adapters/abstract_adapter' ActiveSupport.run_load_hooks(:active_record, ActiveRecord::Base) |