Parcourir la source

Use postcode finder for most recent election

tags/last-sinatra-version
Adrian Short il y a 6 ans
Parent
révision
41b525bb4f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb Voir le fichier

@@ -65,7 +65,7 @@ helpers do
end

get '/' do
@election = Election.get(12) # FIXME magic number
@election = Election.last # most recent election
@election_title = "#{@election.body.name} #{@election.kind} #{long_date(@election.d)}"

if params[:postcode]


Chargement…
Annuler
Enregistrer