mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
18 lines
262 B
YAML
18 lines
262 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
|
|
|