Flowdock
method

missing_credentials_message

Importance_0
v7.1.3.2 - 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 118
        def missing_credentials_message
          if !credentials.key?
            "Missing '#{key_path}' to decrypt credentials. See `#{executable(:help)}`."
          else
            "File '#{content_path}' does not exist. Use `#{executable(:edit)}` to change that."
          end
        end
Register or log in to add new notes.