class DatabaseValidations::Errors::Base

Public Instance Methods

env_message() click to toggle source
# File lib/database_validations/lib/errors.rb, line 4
def env_message
  "Use ENV['SKIP_DB_UNIQUENESS_VALIDATOR_INDEX_CHECK']=true in case you want to skip the check. For example, when you run migrations."
end