Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
adrianshort
/
suttonelections
peilaus alkaen
https://github.com/adrianshort/suttonelections.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
2
Wiki
Toiminta
Selaa lähdekoodia
Drop sex from candidates
tags/last-sinatra-version
Adrian Short
10 vuotta sitten
vanhempi
1b9b16907a
commit
611cdbb1a0
2 muutettua tiedostoa
jossa
2 lisäystä
ja
3 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
models.rb
+1
-1
scripts/merge-candidates.rb
+ 1
- 2
models.rb
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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|
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna