1
0
Fork 0
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:
Emilio Tagua 2009-10-13 15:15:00 -03:00
parent 991d1bc200
commit 06ad817f92

View file

@ -32,7 +32,7 @@ module ActiveRecord
class AbstractAdapter
include Quoting, DatabaseStatements, SchemaStatements
include QueryCache
include ActiveSupport::DeprecatedCallbacks
include ActiveSupport::Callbacks
define_callbacks :checkout, :checkin
@@row_even = true