This is strange behaviour and I wanted to see if this is right. When a pass a model (and just the model) to a the {{#link-to}} helper, I get the following error: Assertion Failed: You cannot pass 'undefined' as id to the store's find method
However, when I use model.id, the error doesn’t occur. Based on the documentation, I thought the {{#link-to}} helper was meant to use the id property by default?