Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
adrianshort
/
suttonelections
réplica de
https://github.com/adrianshort/suttonelections.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
Create a DeletedCandidate for the merged candidate
tags/last-sinatra-version
Adrian Short
hace 8 años
padre
28e03c45af
commit
c604d30929
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
scripts/merge-candidates.rb
+ 1
- 0
scripts/merge-candidates.rb
Ver fichero
@@ -41,6 +41,7 @@ repository(:default).adapter.select("
")
# Delete the loser candidate
DeletedCandidate.create(:old_candidate_id => loser, :candidate_id => winner)
Candidate.get(loser).destroy
puts "Merge completed. Here is the merged candidate:"
Escribir
Vista previa
Cargando…
Cancelar
Guardar