@greyhwndz wrote:
I have the following in my model hook:
return this.store.findRecord('book', id, { include: 'authors' });
and I was expecting that in my template, the following will work:
{{model.author.last}}, {{model.author.first}}
nothing appears in my template for those fields
Posts: 1
Participants: 1