for a blog index
Tower.router.root[methodName] = Ember.State.transitionTo("blogs.index")
{{action blogsIndex href="true"}}
clicking the link would fire Tower.router.root['blogsIndex']
then the url changes
and it fires a url handler and decodes the url to blogs.index and fires its own Ember.State.transitionTo("blogs.index")