resets(&block)
public
Calls this block after #reset is called on
the instance.
Used for resetting external collaborators, like Time.zone.
# File activesupport/lib/active_support/current_attributes.rb, line 121
def resets(&block)
set_callback :reset, :after, &block
end