aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
diff options
context:
space:
mode:
authorRosa Gutierrez <rosa.ge@gmail.com>2019-01-27 11:18:40 +0100
committerRosa Gutierrez <rosa.ge@gmail.com>2019-01-30 16:10:06 +0100
commit2ce8455cc994c788a44f5b414769cb2dbee4577d (patch)
tree1af0eea2ab1f1db2200ea21cd70f9d7fe330ceab /activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
parent9bb07b79e4bd855f24c098ba636dae15340e03ed (diff)
downloadrails-2ce8455cc994c788a44f5b414769cb2dbee4577d.tar.gz
rails-2ce8455cc994c788a44f5b414769cb2dbee4577d.tar.bz2
rails-2ce8455cc994c788a44f5b414769cb2dbee4577d.zip
Support before_reset callback in CurrentAttributes
This is useful when we need to do some work associated to `Current.reset` but that work depends on the values of the current attributes themselves. This cannot be done in the supported `resets` callback because when the block is executed, CurrentAttributes's instance has already been reset. For symmetry, `after_reset` is defined as alias of `resets`.
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/abstract_adapter.rb')
0 files changed, 0 insertions, 0 deletions