method
ensure_encrypted_configuration_has_been_added
rails 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 51
def ensure_encrypted_configuration_has_been_added
encrypted_file_generator.add_encrypted_file_silently(content_path, key_path)
end