module ActiveValidation::ModelExtensionBase

Protected Instance Methods

process_active_validation() click to toggle source

We need to be sure, that all validation call backs are in place before validation

@return nil

# File lib/active_validation/model_extension_base.rb, line 29
def process_active_validation
  ::ActiveValidation::Verifier.find_or_build(self.class).install!(manifest_id: manifest_id)
end