Przeglądaj źródła

Fixed commenting error

tags/last-sinatra-version
Adrian Short 14 lat temu
rodzic
commit
3e8e53c3ea
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      app.rb

+ 3
- 3
app.rb Wyświetl plik

@@ -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)


Ładowanie…
Anuluj
Zapisz