Flowdock
method

missing_credentials_message

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: CredentialsCommand
missing_credentials_message() private

No documentation

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

Hide source
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 95
        def missing_credentials_message
          if credentials.key.nil?
            "Missing '#{key_path}' to decrypt credentials. See `bin/rails credentials:help`"
          else
            "File '#{content_path}' does not exist. Use `bin/rails credentials:edit` to change that."
          end
        end
Register or log in to add new notes.