blob: e6bbccf9e8b53da28857a95aebdf165a4dbad326 (
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
json_value: MyText
two:
user_id:
match_id:
name: MyString
json_value: MyText
|