fixed bug causing errors when fixture directory had no subdirs
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / scalar_ref.json
CommitLineData
c40935c5 1{
2 might_have: {
3 fetch: 0
4 },
5 has_many: {
6 fetch: 0
7 },
8 sets: [{
9 class: 'Artist',
10 cond: { me.name: '\= "We Are Goth"' },
11 quantity: all,
12 fetch: [{
13 rel: 'cds',
14 cond: { 'me.title': '\LIKE "%with us"' }
15 }]
16 }]
17}