提交 caa21e42 编写于 作者: W Waseem Ahmad

Alias reconnect! to reset! for Mysql2 adapter since they have same

behavior.
上级 d822a651
......@@ -80,6 +80,7 @@ def reconnect!
disconnect!
connect
end
alias :reset! :reconnect!
# Disconnects from the database if already connected.
# Otherwise, this method does nothing.
......@@ -90,11 +91,6 @@ def disconnect!
end
end
def reset!
disconnect!
connect
end
# DATABASE STATEMENTS ======================================
def explain(arel, binds = [])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册