method

ensure_encrypted_configuration_has_been_added

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