method
show
v8.1.1 -
Show latest stable
- Class:
Rails::Command::EncryptedCommand
show(*)public
No documentation available.
# File railties/lib/rails/commands/encrypted/encrypted_command.rb, line 26
def show(*)
load_environment_config!
say encrypted_configuration.read.presence || missing_encrypted_configuration_message
end