We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13ff24 commit f037957Copy full SHA for f037957
test/fixtures.ts
@@ -14,6 +14,10 @@ class Person extends ApplicationRecord {
14
lastName: string = attr();
15
}
16
17
+// Ensure setup() can be run multiple times with no problems
18
+// putting this here, otherwise relations wont be available.
19
+Config.setup();
20
+
21
// plain js class
22
let Author = Person.extend({
23
static: {
0 commit comments