updates afteramodel method comment

This commit is contained in:
Seyi Adebajo 2017-05-02 15:58:03 -07:00 committed by Mars Lan
parent 91fe71416a
commit ad3b51d4fa

View File

@ -19,6 +19,8 @@ export default route({
Route.extend(AuthenticatedRouteMixin, {
/**
* Browse route does not render any content, but hydrates the store with initial data transition to child route
* @param {Object} model result from model call
* @param {Ember.Transition} transition
*/
afterModel(model, transition) {
// Extract the entity being viewed from the transition state