Method: ActiveRecord::DatabaseConnectionError.username_error

Defined in:
activerecord/lib/active_record/errors.rb

.username_error(username) ⇒ Object



115
116
117
118
119
120
# File 'activerecord/lib/active_record/errors.rb', line 115

def username_error(username)
  DatabaseConnectionError.new("    There is an issue connecting to your database with your username/password, username: \#{username}.\\n\n    Please check your database configuration to ensure the username/password are valid.\n  MSG\nend\n")