method
touch_later
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::NoTouching
touch_later(*)public
No documentation available.
# File activerecord/lib/active_record/no_touching.rb, line 57
def touch_later(*) # :nodoc:
super unless no_touching?
end