Class: Creds::MissingCredentialsWarning

Inherits:
Object
  • Object
show all
Defined in:
lib/creds/errors.rb

Constant Summary collapse

MESSAGE =
<<-MSG.strip_heredoc.freeze
  You have no encrypted credentials at config/credentials.yml.enc.
  Creds will return nil for any key.
  Run this to generate your credentials file:
    $ bin/rails credentials:edit
MSG