method
show
v7.1.3.4 -
Show latest stable
- Class:
Rails::Command::CredentialsCommand
show()public
No documentation available.
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 35
def show
load_environment_config!
say credentials.read.presence || missing_credentials_message
end