Method: DatabaseValidations::Errors::Base#env_message
- Defined in:
- lib/database_validations/lib/errors.rb
#env_message ⇒ Object
4 5 6 |
# File 'lib/database_validations/lib/errors.rb', line 4 def "Use ENV['SKIP_DB_UNIQUENESS_VALIDATOR_INDEX_CHECK']=true in case you want to skip the check. For example, when you run migrations." end |