Method: DatabaseValidations::Errors::Base#env_message

Defined in:
lib/database_validations/lib/errors.rb

#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