mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
16 lines
253 B
YAML
16 lines
253 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
name: MyString
|
|
school_id: 1
|
|
weight_id: 1
|
|
seed: 1
|
|
original_seed: 1
|
|
|
|
two:
|
|
name: MyString
|
|
school_id: 1
|
|
weight_id: 1
|
|
seed: 1
|
|
original_seed: 1
|