Is called after Validations.validate (which is part of the Base.save call) on new objects that haven’t been saved yet (no record exists).
Source Code
# File active_record/callbacks.rb, line 259 def after_validation_on_create() end
Is called after Validations.validate (which is part of the Base.save call) on new objects that haven’t been saved yet (no record exists).
# File active_record/callbacks.rb, line 259 def after_validation_on_create() end
<code/>and<pre/>for code samples.