method
touch
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::TouchLater
touch(*names, time: nil)public
No documentation available.
# File activerecord/lib/active_record/touch_later.rb, line 28
def touch(*names, time: nil) # :nodoc:
if has_defer_touch_attrs?
names |= @_defer_touch_attrs
end
super(*names, time: time)
end