mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
26 lines
413 B
YAML
26 lines
413 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
id: 1
|
|
name: Central Crossing
|
|
tournament_id: 1
|
|
|
|
two:
|
|
id: 2
|
|
name: Grove City
|
|
tournament_id: 1
|
|
|
|
three:
|
|
id: 3
|
|
name: Central Crossing
|
|
tournament_id: 2
|
|
|
|
swap_wrestlers:
|
|
id: 4
|
|
name: Central Crossing
|
|
tournament_id: 3
|
|
|
|
eight_pools_generation_school:
|
|
id: 5
|
|
name: Central Crossing
|
|
tournament_id: 4 |