transitionTo (name, models, options) Transitionpublic
 Defined in packages/ember-routing/lib/system/route.js:886 
 Transition the application into another route. The route may be either a single route or route path: this.transitionTo('blogPosts');
this.transitionTo('blogPosts.recentEntries');
 Optionally supply a model for the route in question. The model will be serialized into the URL using the serialize hook of the route: this.transitionTo('blogPost', aPost);
 If a literal is passed (such a