1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 05:43:47 +00:00

Added matches scaffold and ascended views of weights and schools

This commit is contained in:
Jacob Cody Wimer
2014-01-24 15:16:33 -05:00
parent ec17963c28
commit 7f8718af35
24 changed files with 339 additions and 4 deletions

19
test/fixtures/matches.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
# 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