diff options
| author | Julie Lala <jules@okfoc.us> | 2015-01-09 06:43:31 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-01-09 06:43:31 -0500 |
| commit | 664099f91ae3ed2d667d331b19c2e41dec60124c (patch) | |
| tree | 696d53c2097c9f18f87d37ed19efd6c92f21c51f /server/repl.js | |
| parent | 190a145cf1433fde570df1ac9784d4c5cea77d3d (diff) | |
fix up plans form
Diffstat (limited to 'server/repl.js')
| -rw-r--r-- | server/repl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/repl.js b/server/repl.js index ba94d45..353d8c5 100644 --- a/server/repl.js +++ b/server/repl.js @@ -9,6 +9,8 @@ mongoose.connect('mongodb://' + DB_HOST + '/vvalls', {}, function(){ "./lib/schemas/Layout", "./lib/schemas/Media", "./lib/schemas/Project", + "./lib/schemas/Plan", + "./lib/schemas/Subscription", ].forEach(function(modName){ // console.log(name, modName) var namez = modName.split("/"), name = namez[namez.length-1]; |
