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:
parent
51730792ca
commit
9c3c42d8ea
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module ActiveRecord
|
|||
include QueryCache
|
||||
include ActiveSupport::Callbacks
|
||||
define_callbacks :checkout, :checkin
|
||||
checkout :reset!
|
||||
|
||||
@@row_even = true
|
||||
|
||||
def initialize(connection, logger = nil) #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue