Is called before 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 263 def before_validation_on_update() end
Is called before Validations.validate (which is part of the Base.save call) on existing objects that have a record.
# File active_record/callbacks.rb, line 263 def before_validation_on_update() end
<code/>and<pre/>for code samples.