method
touch
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::Callbacks
touch(*, **)public
No documentation available.
# File activerecord/lib/active_record/callbacks.rb, line 431
def touch(*, **) # :nodoc:
_run_touch_callbacks { super }
end