method
touch_deferred_attributes
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::TouchLater
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