refreshTransitionpublic
Defined in packages/ember-routing/lib/system/route.js:1067 Available since 1.4.0
Refresh the model on this route and any child routes, firing the beforeModel, model, and afterModel hooks in a similar fashion to how routes are entered when transitioning in from other route. The current route params (e.g. article_id) will be passed in to the respective model hooks, and if a different model is returned, setupController and associated route hooks will re-fire as well. An