blob: 15b820788a8fb9d218221881779d82103f7123fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
user_id:
tournament_id:
name: MyString
two:
user_id:
tournament_id:
name: MyString
|