Bring back ActiveRecord::Base#connection_handler removed by mistake on b37399ab

上级 1d95c566
......@@ -344,6 +344,10 @@ def connection
self.class.connection
end
def connection_handler
self.class.connection_handler
end
# Returns the contents of the record as a nicely formatted string.
def inspect
inspection = if @attributes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册