Skip to content

Commit bbd3172

Browse files
committed
fix polymorphic relationship in ember-data
1 parent 95b970b commit bbd3172

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/models/missing.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import Model, { attr } from '@ember-data/model';
1+
import Class from './class';
22

3-
export default class Missing extends Model {
4-
@attr()
5-
name;
3+
export default class Missing extends Class {
64
}

0 commit comments

Comments
 (0)