mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
42 lines
492 B
YAML
42 lines
492 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
id: 1
|
|
max: 106
|
|
tournament_id: 1
|
|
|
|
two:
|
|
id: 2
|
|
max: 120
|
|
tournament_id: 1
|
|
|
|
three:
|
|
id: 3
|
|
max: 113
|
|
tournament_id: 1
|
|
|
|
four:
|
|
id: 4
|
|
max: 126
|
|
tournament_id: 1
|
|
|
|
five:
|
|
id: 5
|
|
max: 132
|
|
tournament_id: 1
|
|
|
|
|
|
six:
|
|
id: 6
|
|
max: 285
|
|
tournament_id: 1
|
|
|
|
swap_wrestlers:
|
|
id: 7
|
|
max: 138
|
|
tournament_id: 3
|
|
|
|
eight_pools_generation_weight:
|
|
id: 8
|
|
max: 138
|
|
tournament_id: 4 |