method
edit
rails latest stable - Class:
Rails::Command::EncryptedCommand
edit(*)public
No documentation available.
# 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