I'm playing around with the SailsJS beta and want to know if I can populate associated models via a querystring parameter (by default). I tried
http://localhost:1337/firstModel?populate=secondModel
but no luck. Is this something I'll have to wire up myself or do I just have the syntax wrong?
--Dave