Method: Rails::Command::EncryptedCommand#show
- Defined in:
- railties/lib/rails/commands/encrypted/encrypted_command.rb
#show ⇒ Object
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 || end |