Users can see their pending posts

This commit is contained in:
Robin Ward
2015-04-21 14:36:46 -04:00
parent 26693c16ac
commit 5bf8c31af4
17 changed files with 225 additions and 101 deletions

View File

@ -101,6 +101,8 @@ export default function() {
this.delete('/draft.json', success);
this.get('/users/:username/staff-info.json', () => response({}));
this.get('/draft.json', function() {
return response({});
});