method
_update_record
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::Callbacks
_update_record(*)private
No documentation available.
# File activerecord/lib/active_record/callbacks.rb, line 305
def _update_record(*) #:nodoc:
_run_update_callbacks { super }
end