1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove reset! as a connection#checkout callback

This commit is contained in:
Pratik Naik 2008-11-19 21:18:07 +05:30
parent 51730792ca
commit 9c3c42d8ea

View file

@ -31,7 +31,7 @@ module ActiveRecord
include QueryCache include QueryCache
include ActiveSupport::Callbacks include ActiveSupport::Callbacks
define_callbacks :checkout, :checkin define_callbacks :checkout, :checkin
checkout :reset!
@@row_even = true @@row_even = true
def initialize(connection, logger = nil) #:nodoc: def initialize(connection, logger = nil) #:nodoc: