I need to get the current route name in my ember application; I tried this: Ember App.Router.router.currentState undefined but it doesn\'t work for me (there is probablig so
Currently as of Ember 1.7.0 you can get the current route from within a route by calling this.routeName.
this.routeName