populate code added
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / quantity.json
1 {
2         might_have: {
3             fetch: 0
4         },
5         has_many: {
6             fetch: 0
7         },
8         sets: [{
9             class: 'CD',
10             quantity: 3
11         }]
12 }