including CAIT data, models and seeds

This commit is contained in:
Eric Hulburd
2016-01-26 19:42:30 -06:00
commit 220ddfed19
47 changed files with 16607 additions and 0 deletions

5
lib/base.model.js Normal file
View File

@@ -0,0 +1,5 @@
export class Model {
static associate(){}
}