main ← fix-user-model
opened 04:57PM - 16 Apr 26 UTC
`this.controllerFor("user").id` doesn't exist so this fails and users can't see …their invite details unless they're staff. This switches to `modelFor` to correct it, and adds an acceptance test to avoid future regressions.