Added a test to demonstrate failure of not following belongs_to relationships as...
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / multiple-has-many.json
1 {
2         "might_have": {
3             "fetch": 0
4         },
5         "has_many": {
6             "fetch": 0
7         },
8         "sets": [{
9             "class": "Producer",
10             "quantity": "all",
11             "fetch": [{
12                 "rel": "producer_to_cd",
13                 "quantity": "all"
14             }]
15         }]
16 }
17