method
touch_deferred_attributes
rails latest stable - Class:
ActiveRecord::TouchLater
touch_deferred_attributes()private
No documentation available.
# File activerecord/lib/active_record/touch_later.rb, line 61
def touch_deferred_attributes
@_skip_dirty_tracking = true
touch(time: @_touch_time)
end