We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8fd03 commit a1510c6Copy full SHA for a1510c6
1 file changed
test-packages/01-basic-app/app/models/shim.js
@@ -0,0 +1,10 @@
1
+// Mimics the static apis of ShimModelClass from ember-data
2
+export default class Shim {
3
+ fields;
4
+ attributes;
5
+ relationshipsByName;
6
+
7
+ eachAttribute() {}
8
+ eachRelationship() {}
9
+ eachTransformedAttribute() {}
10
+}
0 commit comments