Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
adrianshort
/
suttonelections
şunun yansıması
https://github.com/adrianshort/suttonelections.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
2
Wiki
Aktivite
Kaynağa Gözat
Drop sex from candidates
tags/last-sinatra-version
Adrian Short
10 yıl önce
ebeveyn
1b9b16907a
işleme
611cdbb1a0
2 değiştirilmiş dosya
ile
2 ekleme
ve
3 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-2
models.rb
+1
-1
scripts/merge-candidates.rb
+ 1
- 2
models.rb
Dosyayı Görüntüle
@@ -90,8 +90,7 @@ class Candidate
property :id, Serial
property :forenames, String, :required => true
property :surname, String, :required => true, :index => true
property :sex, String
has n, :candidacies
def short_name
+ 1
- 1
scripts/merge-candidates.rb
Dosyayı Görüntüle
@@ -5,7 +5,7 @@ def show_candidate(id)
template = "%6s\t%50s\t%20s\t%3s"
puts template % [ c.id, c.forenames, c.surname
, c.sex
]
puts template % [ c.id, c.forenames, c.surname ]
ccy_template = "%20s\t%15s\t%20s\t%20s"
c.candidacies.each do |ccy|
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet