mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
20 lines
317 B
YAML
20 lines
317 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
r_id: 1
|
|
g_id: 1
|
|
g_stat: MyText
|
|
r_stat: MyText
|
|
winner_id: 1
|
|
win_type: MyString
|
|
score: MyString
|
|
|
|
two:
|
|
r_id: 1
|
|
g_id: 1
|
|
g_stat: MyText
|
|
r_stat: MyText
|
|
winner_id: 1
|
|
win_type: MyString
|
|
score: MyString
|