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