method
after_validation
rails latest stable - Class:
ActiveRecord::Callbacks
after_validation()public
Is called after Validations.validate (which is part of the Base.save call).
after_validation()Is called after Validations.validate (which is part of the Base.save call).