mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
14 lines
222 B
YAML
14 lines
222 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
# one:
|
|
# user_id: 1
|
|
# tournament_id: 1
|
|
|
|
# two:
|
|
# user_id: 1
|
|
# tournament_id: 1
|
|
|
|
one:
|
|
id: 1
|
|
user_id: 3
|
|
tournament_id: 1 |