Method: Rails::Command::EncryptedCommand#show

Defined in:
railties/lib/rails/commands/encrypted/encrypted_command.rb

#showObject



26
27
28
29
30
# 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