merged
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / washed-up.json
1 {
2    "might_have" : {
3       "fetch" : 0
4    },
5    "belongs_to" : {
6       "fetch" : 0
7    },
8    "sets" : [
9       {
10          "class" : "Artist::WashedUp",
11          "quantity" : "all"
12       }
13    ],
14    "has_many" : {
15       "fetch" : 0
16    }
17 }
18