module ActiveRecord::NoTouching

def touch(*, **) # :nodoc:

:nodoc:
def touch(*, **) # :nodoc:
  super unless no_touching?
end