module ActiveRecord::Callbacks

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

:nodoc:
def touch(*, **) # :nodoc:
  _run_touch_callbacks { super }
end