blob: 0b3055aadac19f88e45dc2c8524a1e5f77f81e7e (
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:
game_id:
user_id:
user_name: MyString
two:
game_id:
user_id:
user_name: MyString
|