blob: 2540b9e8992c6fb014a5cbcd49fde6af151cce4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
gid: MyString
name: MyString
description: MyText
equip_slot: 1
usable: false
whatnot:
two:
gid: MyString
name: MyString
description: MyText
equip_slot: 1
usable: false
whatnot:
|