I found the problem
. She was on the server side
, the method GET {id} returns an array rather than a
single record. I received [{bla: 'bla'}] instead
of {bla: 'bla'}, so a direct call destroy() did not work.
Thank you for help and CanJS!
Thank you for help and CanJS!