method
show
v8.1.1 -
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!
end