blob: 0b5b11361ed3b035b4feb31ce824a723769a71ea (
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:
user_id:
match_id:
name: MyString
value: 1
two:
user_id:
match_id:
name: MyString
value: 1
|