method
_update_record
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::Callbacks
_update_record()private
No documentation available.
# File activerecord/lib/active_record/callbacks.rb, line 448
def _update_record
_run_update_callbacks { record_update_timestamps { super } }
end