Class: Creds::MissingCredentialsWarning
- Inherits:
-
Object
- Object
- Creds::MissingCredentialsWarning
- 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