Fix project update model

This commit is contained in:
gconsidine
2018-02-02 10:43:43 -05:00
committed by Jake McDermott
parent 52a6cca206
commit 41d3d29ae8
3 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
let BaseModel;
function ProjectUpdateModel (method, resource, config) {
BaseModel.call(this, 'jobs');
BaseModel.call(this, 'project_updates');
this.Constructor = ProjectUpdateModel;