Browse Source

Fixed commenting error

tags/last-sinatra-version
Adrian Short 14 years ago
parent
commit
3e8e53c3ea
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      app.rb

+ 3
- 3
app.rb View File

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


Loading…
Cancel
Save