Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 77f7829

Browse files
committed
model registry correction
1 parent 098a2be commit 77f7829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/model/files/__root__/__path__/__name__.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class <%= classifiedModuleName %> extends DS.Model.extend({
77
}
88

99
// DO NOT DELETE: this is how TypeScript knows how to look up your models.
10-
declare module 'ember-data' {
10+
declare module 'ember-data/types/registries/model' {
1111
export default interface ModelRegistry {
1212
'<%= dasherizedModuleName %>': <%= classifiedModuleName %>;
1313
}

0 commit comments

Comments
 (0)