提交 8b858782 编写于 作者: J Joshua Peek

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

上级 92f94481
......@@ -211,6 +211,7 @@ def self.establish_connection(spec = nil)
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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册