EmberJS: How to load multiple models on the same route?
BEWARE: You want to be careful about whether or not returning multiple models in your model hook is appropriate. Ask yourself this simple question: Does my route load dynamic data based on the url using a slug :id? i.e. this.resource(‘foo’, {path: ‘:id’}); If you answered yes Do not attempt to load multiple models from the … Read more