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