diff options
author | Rosa Gutierrez <rosa.ge@gmail.com> | 2019-01-27 11:18:40 +0100 |
---|---|---|
committer | Rosa Gutierrez <rosa.ge@gmail.com> | 2019-01-30 16:10:06 +0100 |
commit | 2ce8455cc994c788a44f5b414769cb2dbee4577d (patch) | |
tree | 1af0eea2ab1f1db2200ea21cd70f9d7fe330ceab /activesupport/lib/active_support/number_helper/number_converter.rb | |
parent | 9bb07b79e4bd855f24c098ba636dae15340e03ed (diff) | |
download | rails-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 'activesupport/lib/active_support/number_helper/number_converter.rb')
0 files changed, 0 insertions, 0 deletions