提交 d5d24266 编写于 作者: M Michael Koziarski

Avoid warning spam by flipping to the new callbacks mechanism. These...

Avoid warning spam by flipping to the new callbacks mechanism.  These callbacks are actually never called by rails itself, merely there for plugins
上级 3de8b44b
......@@ -32,7 +32,7 @@ module ConnectionAdapters # :nodoc:
class AbstractAdapter
include Quoting, DatabaseStatements, SchemaStatements
include QueryCache
include ActiveSupport::DeprecatedCallbacks
include ActiveSupport::Callbacks
define_callbacks :checkout, :checkin
@@row_even = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册