class ActiveSupport::CurrentAttributes

def reset_all # :nodoc:

:nodoc:
def reset_all # :nodoc:
  current_instances.each_value(&:reset)
end