Closed RoyAyo closed 1 year ago
The include query does not work for layers greater than one. You can do a ?include=model1,model2, it will run successfully but when you go an extra layer, it fails. e.g ?include=model1.association1
?include=model1,model2
?include=model1.association1
The include query does not work for layers greater than one. You can do a
?include=model1,model2
, it will run successfully but when you go an extra layer, it fails. e.g?include=model1.association1