mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use ActiveSupport::Callbacks instead of
ActiveSupport::DeprecatedCallbacks.
This commit is contained in:
parent
991d1bc200
commit
06ad817f92
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module ActiveRecord
|
||||||
class AbstractAdapter
|
class AbstractAdapter
|
||||||
include Quoting, DatabaseStatements, SchemaStatements
|
include Quoting, DatabaseStatements, SchemaStatements
|
||||||
include QueryCache
|
include QueryCache
|
||||||
include ActiveSupport::DeprecatedCallbacks
|
include ActiveSupport::Callbacks
|
||||||
define_callbacks :checkout, :checkin
|
define_callbacks :checkout, :checkin
|
||||||
|
|
||||||
@@row_even = true
|
@@row_even = true
|
||||||
|
|
Loading…
Reference in a new issue