method

username_error

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: DatabaseConnectionError
username_error(username) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/errors.rb, line 106
      def username_error(username)
        DatabaseConnectionError.new(<<~MSG)
          There is an issue connecting to your database with your username/password, username: #{username}.\n
          Please check your database configuration to ensure the username/password are valid.
        MSG
      end
Register or log in to add new notes.