method

touch_deferred_attributes

touch_deferred_attributes()
private

No documentation available.

# File activerecord/lib/active_record/touch_later.rb, line 52
      def touch_deferred_attributes
        @_skip_dirty_tracking = true
        touch(time: @_touch_time)
      end