Skip to content

Commit

Permalink
[DOC model] Fix model name in example (#7713)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored Oct 13, 2021
1 parent 07378e5 commit 052376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model/addon/-private/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ class Model extends EmberObject {
```javascript
import { get } from '@ember/object';
import Blog from 'app/models/blog'
import Person from 'app/models/person'
let attributes = Person.attributes
Expand Down

0 comments on commit 052376f

Please sign in to comment.