module ActiveRecord::TouchLater

def touch_deferred_attributes

def touch_deferred_attributes
  @_skip_dirty_tracking = true
  touch(time: @_touch_time)
end