blob: 535831c2de60104a3876075d0052415343307c2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
character: one
item: one
skill: one
two:
character: two
item: two
skill: two
|