modified seed

parent 05665016
...@@ -11,9 +11,3 @@ Position.create(name: 'Vice President', id: 2) ...@@ -11,9 +11,3 @@ Position.create(name: 'Vice President', id: 2)
PartyList.create(name: 'Party List A', description: 'AAA', id: 1) PartyList.create(name: 'Party List A', description: 'AAA', id: 1)
PartyList.create(name: 'Party List B', description: 'BBB', id: 2) PartyList.create(name: 'Party List B', description: 'BBB', id: 2)
PartyList.create(name: 'Party List C', description: 'CCC', id: 3) PartyList.create(name: 'Party List C', description: 'CCC', id: 3)
Candidate.create(first_name: 'Cand.',last_name: 'A1', nickname: 'CA1', position_id: 1, party_list_id: 1, slogan: 'A1 all the way!')
Candidate.create(first_name: 'Cand.',last_name: 'A2', nickname: 'CA2', position_id: 2, party_list_id: 1, slogan: 'A2 all the way!')
Candidate.create(first_name: 'Cand.',last_name: 'B1', nickname: 'CB1', position_id: 1, party_list_id: 2, slogan: 'B1 all the way!')
Candidate.create(first_name: 'Cand.',last_name: 'B2', nickname: 'CB2', position_id: 2, party_list_id: 2, slogan: 'B2 all the way!')
Candidate.create(first_name: 'Cand.',last_name: 'C1', nickname: 'CC1', position_id: 1, party_list_id: 3, slogan: 'C1 all the way!')
Candidate.create(first_name: 'Cand.',last_name: 'C2', nickname: 'CC2', position_id: 2, party_list_id: 3, slogan: 'C2 all the way!')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment