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