Ver a proveniência

Fixed commenting error

tags/last-sinatra-version
Adrian Short há 16 anos
ascendente
cometimento
3e8e53c3ea
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      app.rb

+ 3
- 3
app.rb Ver ficheiro

@@ -39,9 +39,9 @@ get '/' do
ORDER BY votes desc 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) @total_votes = Councilcandidate.sum(:votes_2010)


Carregando…
Cancelar
Guardar