method
update_record
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Callbacks
update_record(*)private
No documentation available.
# File activerecord/lib/active_record/callbacks.rb, line 309
def update_record(*) #:nodoc:
run_callbacks(:update) { super }
end