Method: Rails::Command::CredentialsCommand#show
- Defined in:
- railties/lib/rails/commands/credentials/credentials_command.rb
#show ⇒ Object
35 36 37 38 39 |
# File 'railties/lib/rails/commands/credentials/credentials_command.rb', line 35 def show load_environment_config! say credentials.read.presence || end |