Skip to content

Commit b9dc9be

Browse files
author
Lee Richmond
committed
Update README.md
1 parent 3426ef6 commit b9dc9be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const Person = Model.extend({
2626
}
2727
});
2828

29+
Config.setup();
30+
2931
Person.where({ name: 'Joe' }).page(2).per(10).sort('name').then((people) => {
3032
let names = people.map((p) => { return p.fullName(); });
3133
console.log(names); // ['Joe Blow', 'Joe DiMaggio', ...]

0 commit comments

Comments
 (0)