Can't connect routes and models to controllers properly

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.

Hey Martin,

I think this question is better suited for Stack Overflow. Please also specify which controller and route has this erroneous behavior. Pinpointing all this in a JSBin would be ideal.