Is called after Validations.validate (which is part of the Base.save call) on existing objects that have a record.
Source Code
# File active_record/callbacks.rb, line 267 def after_validation_on_update() end
Is called after Validations.validate (which is part of the Base.save call) on existing objects that have a record.
# File active_record/callbacks.rb, line 267 def after_validation_on_update() end
<code/>and<pre/>for code samples.