Exception: DatabaseValidations::Errors::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/database_validations/lib/errors.rb

Instance Method Summary collapse

Instance Method Details

#env_messageObject



4
5
6
# 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