Kaynağa Gözat

Use postcode finder for most recent election

tags/last-sinatra-version
Adrian Short 6 yıl önce
ebeveyn
işleme
41b525bb4f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet