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