method
ensure_encrypted_configuration_has_been_added
v8.1.1 -
Show latest stable
- Class:
Rails::Command::EncryptedCommand
ensure_encrypted_configuration_has_been_added()private
No documentation available.
# File railties/lib/rails/commands/encrypted/encrypted_command.rb, line 50
def ensure_encrypted_configuration_has_been_added
encrypted_file_generator.add_encrypted_file_silently(content_path, key_path)
end