Explorar el Código

Fixed commenting error

tags/last-sinatra-version
Adrian Short hace 14 años
padre
commit
3e8e53c3ea
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      app.rb

+ 3
- 3
app.rb Ver fichero

@@ -39,9 +39,9 @@ get '/' do
ORDER BY votes desc
;")

select p.name, count(c.*) AS seats
FROM parties p, councilcandidates c
GROUP BY p.id
# select p.name, count(c.*) AS seats
# FROM parties p, councilcandidates c
# GROUP BY p.id

@total_votes = Councilcandidate.sum(:votes_2010)


Cargando…
Cancelar
Guardar