Skip to content

Commit

Permalink
Merge pull request #1376 from ember-learn/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers committed Feb 28, 2024
2 parents 475c672 + 1c4b4e9 commit d48502f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/ember/v5/deprecate-implicit-route-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ since: 5.3.0

Previously, if no `Route#model` hook was specified and a `_id` parameter was present, Ember would attempt to figure out how to load that model for you. Specify your own model hook to load from the store, if desired.

An optional feature, called `no-implicit-route-model`, can be turned on to clear this deprecation and opt in to the new behaviour. This optional feature is enabled in blueprints as of `v5.7.0` and will be removed in `v6.0.0`. For more information, see the [optional features guides](https://guides.emberjs.com/release/configuring-ember/optional-features).

For example:

```js
Expand Down

0 comments on commit d48502f

Please sign in to comment.