Emad Ibrahim

Results 4 comments of Emad Ibrahim

say you have a component called nav-bar, it will be located at ``` app/pods/nav-bar/component.js app/pods/nav-bar/template.hbs ``` for a blog route it would be ``` app/pods/blog/controller.js app/pods/blog/model.js app/pods/blog/template.js app/pods/blog/route.js ``` PS:...

BTW, I am using rails 4 and ruby 2

I am having the same issues, I forked the code and tried to fix it. If you can point me in the right direction, I can fix and issue a...