Seems like I have a disconnect in my app.
I think I’m following proper naming convention, but when I create a controller for a certain route, it kills the model which I’ve loaded in the route… it comes off as undefined in the template and in the controller.
My code is here: https://github.com/mgenev/Full-Stack-JS-Boilerplate/tree/master/public/ember
I’ve tried to follow the guide for everything, I have no idea what’s going on. If anyone can help me figure this out I’ll really appreciate it.