diff --git a/packages/ember-routing/lib/system/route.js b/packages/ember-routing/lib/system/route.js index 15d905cf61e..be0232a3614 100644 --- a/packages/ember-routing/lib/system/route.js +++ b/packages/ember-routing/lib/system/route.js @@ -1703,8 +1703,7 @@ let Route = EmberObject.extend(ActionHandler, Evented, { model supplied by the `model` hook. By default, the `setupController` hook sets the `model` property of - the controller to the `model`. If `model` is `undefined`, the default - implementation will _not_ update the `model` property of the controller. + the controller to the specified `model` when it is not `undefined`. If you implement the `setupController` hook in your Route, it will prevent this default behavior. If you want to preserve that behavior