Revert "Ensure adapater specific code is loaded on ActiveRecord::Base.establish_connection"

This reverts commit 8b858782fa.
This commit is contained in:
Joshua Peek
2008-07-27 16:06:51 -05:00
parent e8fc894f66
commit 490178c930

View File

@@ -211,7 +211,6 @@ module ActiveRecord
clear_active_connection_name
@active_connection_name = name
@@defined_connections[name] = spec
connection
when Symbol, String
if configuration = configurations[spec.to_s]
establish_connection(configuration)