Method: Rails::Command::EncryptedCommand#edit
- Defined in:
- railties/lib/rails/commands/encrypted/encrypted_command.rb
#edit ⇒ Object
16 17 18 19 20 21 22 23 |
# File 'railties/lib/rails/commands/encrypted/encrypted_command.rb', line 16 def edit(*) load_environment_config! ensure_encryption_key_has_been_added ensure_encrypted_configuration_has_been_added change_encrypted_configuration_in_system_editor end |